Skip to content

Commit 5d12025

Browse files
committed
fix tests
1 parent 571a5b4 commit 5d12025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/nginxless/nginx_less_mpi_connection_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
// Verify that the agent sends a connection request to Management Plane even when Nginx is not present
1818
func TestNginxLessGrpc_Connection(t *testing.T) {
1919
slog.Info("starting nginxless connection test")
20-
teardownTest := utils.SetupConnectionTest(t, true, true, false,
20+
teardownTest := utils.SetupConnectionTest(t, false, true, false,
2121
"../../config/agent/nginx-config-with-grpc-client.conf")
2222
defer teardownTest(t)
2323

0 commit comments

Comments
 (0)