Skip to content

Commit 571a5b4

Browse files
committed
fix tests
1 parent 8fa1c51 commit 571a5b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/auxiliarycommandserver/connection_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func (s *AuxiliaryTestSuite) SetupSuite() {
3434
// Expect errors in logs should be false for recconnection tests
3535
// For now for these test we will skip checking the logs for errors
3636
slog.Info("starting auxiliary command server tests")
37-
s.teardownTest = utils.SetupConnectionTest(t, true, false, true,
37+
s.teardownTest = utils.SetupConnectionTest(t, false, false, true,
3838
"../../config/agent/nginx-agent-with-auxiliary-command.conf")
3939
}
4040

0 commit comments

Comments
 (0)