Skip to content

Commit adf8c22

Browse files
J12934Weltraumschaf
authored andcommitted
Fix outdated expected error message
Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
1 parent 91ea907 commit adf8c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator/utils/orderedhookgroups_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ var _ = Describe("HookOrderingGroup Retrival", func() {
257257
},
258258
})
259259

260-
Expect(err).To(MatchError("Hook rw-1 failed to be executed."))
260+
Expect(err).To(MatchError("hook rw-1 failed to be executed"))
261261
Expect(currentHookGroup).To(BeNil())
262262
})
263263

0 commit comments

Comments
 (0)