Skip to content

Commit

Permalink
drpolicy-test: Fix flakey secrets plrule test
Browse files Browse the repository at this point in the history
Signed-off-by: hatfieldbrian <bhatfiel@redhat.com>
  • Loading branch information
hatfieldbrian authored and ShyamsundarR committed Oct 23, 2023
1 parent 71d54ee commit f6afc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/drpolicy_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ var _ = Describe("DrpolicyController", func() {
}

return
}(), timeout, interval).Should(ConsistOf(clusterList))
}, timeout, interval).Should(ConsistOf(clusterList))
}
}

Expand Down

0 comments on commit f6afc6f

Please sign in to comment.