Skip to content

Commit

Permalink
test(pkg/core/resources): update expected error message
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
  • Loading branch information
michaelbeaumont committed Mar 31, 2022
1 parent 946ea69 commit 1babfb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ var _ = Describe("ProxyTemplate", func() {
expected: `
violations:
- field: conf.imports[0]
message: 'profile not found. Available profiles: default-proxy'`,
message: 'profile not found. Available profiles: default-proxy,ingress-proxy,egress-proxy'`,
}),
Entry("resources empty fields", testCase{
proxyTemplate: `
Expand Down

0 comments on commit 1babfb7

Please sign in to comment.