Skip to content

Commit 1974988

Browse files
committed
fix test
1 parent aac0559 commit 1974988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/gatewayapi/gateway.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ spec:
226226
assert.Nil(GinkgoT(), err, "list tls error")
227227
assert.Len(GinkgoT(), tls, 1, "tls number not expect")
228228
assert.Equal(GinkgoT(), Cert, tls[0].Cert, "tls cert not expect")
229-
assert.Equal(GinkgoT(), []string{host}, tls[0].Snis)
229+
assert.Equal(GinkgoT(), []string{host, "*.api6.com"}, tls[0].Snis)
230230
})
231231

232232
Context("Gateway SSL with and without hostname", func() {

0 commit comments

Comments
 (0)