Skip to content

Commit

Permalink
Fix failing test due to incorrect namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jgwest committed May 7, 2024
1 parent 905ece0 commit b1427e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/e2e/namespace-scoped/namespace_scoped_rollouts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,9 @@ var _ = Describe("Namespace-scoped RolloutManager tests", func() {

Consistently(func() bool {

res, err := rolloutFixture.HasEmptyStatus(ctx, utils.RolloutsName, nsName1)
res, err := rolloutFixture.HasEmptyStatus(ctx, utils.RolloutsName, nsName2)
if err != nil {
fmt.Println(err)
return false
}
return res
Expand Down

0 comments on commit b1427e4

Please sign in to comment.