Skip to content

Commit

Permalink
Adapt force apply test
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
  • Loading branch information
stefanprodan committed Aug 23, 2023
1 parent c59cd67 commit 998879c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/kustomization_force_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ stringData:
events := getEvents(resultK.GetName(), map[string]string{"kustomize.toolkit.fluxcd.io/revision": revision})
g.Expect(len(events) > 0).To(BeTrue())
g.Expect(events[0].Type).To(BeIdenticalTo("Warning"))
g.Expect(events[0].Message).To(ContainSubstring("invalid, error: secret is immutable"))
g.Expect(events[0].Message).To(ContainSubstring("field is immutable"))
})
})

Expand Down

0 comments on commit 998879c

Please sign in to comment.