Skip to content

Commit

Permalink
align integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
czeslavo committed Jan 5, 2023
1 parent e0f4e21 commit 1074a0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/translation_failures_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ func TestTranslationFailures(t *testing.T) {
return expectedTranslationFailure{
// expect event for service2 as it doesn't have annotations that service1 has
causingObjects: []client.Object{service2},
reasonContains: "when multiple services comprise a backend all kong annotations between them must be set to the same value",
reasonContains: "All Services in a multi-Service backend must have matching Kong annotations. " +
"Review the associated route resource and align annotations in its multi-Service backends.",
}
},
},
Expand Down

0 comments on commit 1074a0c

Please sign in to comment.