Skip to content

Commit 8e59ec7

Browse files
committed
in_systemd: Follow an increase of argument
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent fc3b9c9 commit 8e59ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/runtime/in_systemd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ static void cb_check_cfl_variant_properties(void *ctx, int ffd,
3232
char *result = NULL;
3333

3434
/* Convert from msgpack to JSON */
35-
output = flb_msgpack_raw_to_json_sds(res_data, res_size);
35+
output = flb_msgpack_raw_to_json_sds(res_data, res_size, FLB_TRUE);
3636
TEST_CHECK(output != NULL);
3737

3838
result = strstr(output, "\"MESSAGE\":\"test native message with multiple values\"");

0 commit comments

Comments
 (0)