Skip to content

Commit ee20ba4

Browse files
committed
fix: r
Signed-off-by: Ashing Zheng <[email protected]>
1 parent c530972 commit ee20ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/gatewayapi/tcproute.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ spec:
8080
NotTo(HaveOccurred(), "creating Gateway")
8181
})
8282

83-
FIt("should route TCP traffic to backend service", func() {
83+
It("should route TCP traffic to backend service", func() {
8484
By("creating TCPRoute")
8585
Expect(s.CreateResourceFromString(fmt.Sprintf(tcpRoute, s.Namespace()))).
8686
NotTo(HaveOccurred(), "creating TCPRoute")

0 commit comments

Comments
 (0)