Skip to content

Commit 8c32b27

Browse files
committed
tests: fix tests numbering
1 parent da8ed92 commit 8c32b27

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/integration/sync_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@ func Test_Sync_SkipCACert(t *testing.T) {
995995
}{
996996
{
997997
name: "syncing with --skip-ca-certificates should ignore CA certs",
998-
kongFile: "testdata/sync/008-skip-ca-cert/kong.yaml",
998+
kongFile: "testdata/sync/009-skip-ca-cert/kong.yaml",
999999
expectedState: utils.KongRawState{
10001000
Services: svc1_207,
10011001
CACertificates: []*kong.CACertificate{},

0 commit comments

Comments
 (0)