Skip to content

Commit 225e896

Browse files
committed
ml: tests: Follow the type change for the buffer limit
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent dd09888 commit 225e896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/internal/multiline.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1480,7 +1480,7 @@ static void test_buffer_limit_truncation()
14801480

14811481
config = flb_config_init();
14821482
/* The buffer limit is for the concatenated 'log' content, not the full JSON */
1483-
config->multiline_buffer_limit = 80;
1483+
config->multiline_buffer_limit = "80";
14841484

14851485
/* Use the dummy 'docker' parser for JSON extraction */
14861486
p = flb_parser_get("docker", config);

0 commit comments

Comments
 (0)