Skip to content

Commit 8420942

Browse files
Update test/e2e/crds/v2/tls.go
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent f84722b commit 8420942

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/e2e/crds/v2/tls.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ spec:
333333
assert.NotNil(GinkgoT(), tls[0].Client, "client configuration should not be nil")
334334
assert.NotEmpty(GinkgoT(), tls[0].Client.CA, "client CA should not be empty")
335335
assert.Equal(GinkgoT(), caCert, tls[0].Client.CA, "client CA should match")
336-
assert.Equal(GinkgoT(), int64(10), *tls[0].Client.Depth, "client depth should be 1")
336+
assert.Equal(GinkgoT(), int64(10), *tls[0].Client.Depth, "client depth should be 10")
337337
assert.Contains(GinkgoT(), tls[0].Client.SkipMtlsURIRegex, skipMtlsUriRegex, "skip_mtls_uri_regex should be set")
338338
})
339339

0 commit comments

Comments
 (0)