We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c530972 commit ee20ba4Copy full SHA for ee20ba4
test/e2e/gatewayapi/tcproute.go
@@ -80,7 +80,7 @@ spec:
80
NotTo(HaveOccurred(), "creating Gateway")
81
})
82
83
- FIt("should route TCP traffic to backend service", func() {
+ It("should route TCP traffic to backend service", func() {
84
By("creating TCPRoute")
85
Expect(s.CreateResourceFromString(fmt.Sprintf(tcpRoute, s.Namespace()))).
86
NotTo(HaveOccurred(), "creating TCPRoute")
0 commit comments