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 b938c4d commit 2af2017Copy full SHA for 2af2017
tests/runtime/custom_calyptia_input_test.c
@@ -58,6 +58,8 @@ static struct test_context *init_test_context()
58
return NULL;
59
}
60
61
+ mk_list_init(&t_ctx->ctx->ins->net_properties);
62
+
63
/* Initialize test values in ctx */
64
t_ctx->ctx->api_key = flb_strdup("test_api_key");
65
t_ctx->ctx->fleet_config_dir = flb_strdup("/test/config/dir");
0 commit comments