Skip to content

Commit

Permalink
fix test name
Browse files Browse the repository at this point in the history
Signed-off-by: Clayton Gonsalves <[email protected]>
  • Loading branch information
clayton-gonsalves committed Sep 18, 2023
1 parent 3d60d99 commit b1993b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/infra/infra_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ var _ = Describe("Infra", func() {
Context("contour with endpoint slices", func() {
withEndpointSlicesEnabled := func(body e2e.NamespacedTestBody) e2e.NamespacedTestBody {
return func(namespace string) {
Context("with global external auth service", func() {
Context("with endpoint slice enabled", func() {
BeforeEach(func() {
contourConfig.UseEndpointSlice = true
})
Expand Down

0 comments on commit b1993b2

Please sign in to comment.