We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc3b9c9 commit 8e59ec7Copy full SHA for 8e59ec7
tests/runtime/in_systemd.c
@@ -32,7 +32,7 @@ static void cb_check_cfl_variant_properties(void *ctx, int ffd,
32
char *result = NULL;
33
34
/* Convert from msgpack to JSON */
35
- output = flb_msgpack_raw_to_json_sds(res_data, res_size);
+ output = flb_msgpack_raw_to_json_sds(res_data, res_size, FLB_TRUE);
36
TEST_CHECK(output != NULL);
37
38
result = strstr(output, "\"MESSAGE\":\"test native message with multiple values\"");
0 commit comments