Skip to content

Commit

Permalink
tests: fix tests numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
GGabriele authored and rainest committed Apr 29, 2022
1 parent 56cc084 commit 6cfa819
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ func Test_Sync_SkipCACert(t *testing.T) {
}{
{
name: "syncing with --skip-ca-certificates should ignore CA certs",
kongFile: "testdata/sync/008-skip-ca-cert/kong.yaml",
kongFile: "testdata/sync/009-skip-ca-cert/kong.yaml",
expectedState: utils.KongRawState{
Services: svc1_207,
CACertificates: []*kong.CACertificate{},
Expand Down

0 comments on commit 6cfa819

Please sign in to comment.