Skip to content

Commit 9374bbe

Browse files
committed
fix e2e
1 parent d5c0c6b commit 9374bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/gatewayapi/gatewayclass.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ spec:
9494
ContainSubstring("Warning"),
9595
ContainSubstring("DeletionBlocked"),
9696
ContainSubstring("gatewayclass-controller"),
97-
ContainSubstring("the GatewayClass is still in using by Gateways"),
97+
ContainSubstring("the GatewayClass is still used by Gateways"),
9898
))
9999

100100
By("delete the Gateway")

0 commit comments

Comments
 (0)