Skip to content

Commit

Permalink
Test debug DSP conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
rimolive committed Jul 10, 2024
1 parent 20c64e0 commit c2572a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ func (suite *IntegrationTestSuite) SetupSuite() {
if !skipDeploy {
loggr.Info("Deploying DSPA...")
err = testUtil.DeployDSPA(suite.T(), ctx, clientmgr.k8sClient, DSPA, DSPANamespace, DeployTimeout, PollInterval)
assert.NoError(suite.T(), err)
assert.NoError(suite.T(), err, fmt.printf("Error Deploying DSPA:\n%s", DSPA.Status.Conditions))
loggr.Info("Waiting for DSPA pods to ready...")
}

Expand Down

0 comments on commit c2572a0

Please sign in to comment.