We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec2984e commit c05a13eCopy full SHA for c05a13e
test/integration/managementplane/config_apply_test.go
@@ -129,7 +129,7 @@ func (s *ConfigApplyTestSuite) TestConfigApply_Test2_TestValidConfig() {
129
s.Require().NoError(err)
130
131
utils.PerformConfigApply(s.T(), s.nginxInstanceID, utils.MockManagementPlaneAPIAddress)
132
- responses := utils.ManagementPlaneResponses(s.T(), 3, utils.MockManagementPlaneAPIAddress)
+ responses := utils.ManagementPlaneResponses(s.T(), 2, utils.MockManagementPlaneAPIAddress)
133
s.T().Logf("Config apply responses: %v", responses)
134
135
manifestFiles := map[string]*model.ManifestFile{
0 commit comments