Skip to content

Commit

Permalink
vrg: fix the test
Browse files Browse the repository at this point in the history
Signed-off-by: Raghavendra Talur <[email protected]>
  • Loading branch information
raghavendra-talur committed Jan 22, 2025
1 parent e8a6d7a commit 1ec3bcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/controller/vrg_recipe_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,8 @@ var _ = Describe("VolumeReplicationGroupRecipe", func() {
Context("recovery hooks in the same namespace", func() {
BeforeEach(func() {
recipeHooksDefine(hook(vrg.Namespace))
recipeGroupsDefine(resources(nsNamesSlice...))
recipeCaptureWorkflowDefine(allGroupsAllHooksWorkflow())
})
It("sets DataReady condition's message to something besides a recipe error", func() {
Eventually(vrgDataReadyConditionGet).ShouldNot(BeNil())
Expand Down

0 comments on commit 1ec3bcc

Please sign in to comment.