Skip to content

Commit

Permalink
Test IT test flag
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo M. Oliveira <rmartine@redhat.com>
  • Loading branch information
rimolive committed Jul 10, 2024
1 parent 21e6dfe commit 74bda01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import (
"time"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

"github.com/anthhub/forwarder"
"github.com/go-logr/logr"
Expand Down Expand Up @@ -172,7 +173,7 @@ func (suite *IntegrationTestSuite) SetupSuite() {
}

err = testUtil.WaitForDSPAReady(suite.T(), ctx, clientmgr.k8sClient, DSPA.Name, DSPANamespace, DeployTimeout, PollInterval)
assert.NoError(suite.T(), err)
require.NoError(suite.T(), err)
loggr.Info("DSPA Deployed.")

loggr.Info("Setting up Portforwarding service.")
Expand Down

0 comments on commit 74bda01

Please sign in to comment.