We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da8ed92 commit 8c32b27Copy full SHA for 8c32b27
tests/integration/sync_test.go
@@ -995,7 +995,7 @@ func Test_Sync_SkipCACert(t *testing.T) {
995
}{
996
{
997
name: "syncing with --skip-ca-certificates should ignore CA certs",
998
- kongFile: "testdata/sync/008-skip-ca-cert/kong.yaml",
+ kongFile: "testdata/sync/009-skip-ca-cert/kong.yaml",
999
expectedState: utils.KongRawState{
1000
Services: svc1_207,
1001
CACertificates: []*kong.CACertificate{},
tests/integration/testdata/sync/008-skip-ca-cert/kong.yaml renamed to tests/integration/testdata/sync/009-skip-ca-cert/kong.yaml
0 commit comments