diff --git a/tests/runtime/out_forward.c b/tests/runtime/out_forward.c index bbc3f0b73fa..9adb212f7e7 100644 --- a/tests/runtime/out_forward.c +++ b/tests/runtime/out_forward.c @@ -1254,6 +1254,8 @@ void flb_test_secure_forward_oversized_pong_reason() "host", "127.0.0.1", "port", port, "shared_key", "secret", + "workers", "1", + "retry_limit", "no_retries", NULL); ret = flb_start(ctx);