Skip to content

Commit a0cbcfc

Browse files
committed
missing bracket
1 parent 5713dc8 commit a0cbcfc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/e2e/crds/v2/route.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,6 @@ spec:
744744
Expect(code).Should(Equal(200))
745745
}
746746
})
747-
748747
It("valid backend is set even if other backend is invalid", func() {
749748
const apisixRouteSpec = `
750749
apiVersion: apisix.apache.org/v2
@@ -781,6 +780,8 @@ spec:
781780
code := verifyRequest()
782781
Expect(code).Should(Equal(200))
783782
}
783+
})
784+
})
784785
Context("Test ApisixRoute sync during startup", func() {
785786
const route = `
786787
apiVersion: apisix.apache.org/v2

0 commit comments

Comments
 (0)