Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashansa-K committed Sep 10, 2024
1 parent 7e67ba1 commit 09226d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/dump_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,14 +173,14 @@ func Test_Dump_SkipConsumers_Konnect(t *testing.T) {
stateFile string
expectedFile string
skipConsumers bool
opts []cmp.Option
opts cmp.Option
}{
{
name: "dump with skip-consumers",
stateFile: "testdata/dump/002-skip-consumers/kong34.yaml",
expectedFile: "testdata/dump/002-skip-consumers/expected_konnect.yaml",
skipConsumers: true,
opts: []cmp.Option{},
opts: cmp.Option{},

Check failure on line 183 in tests/integration/dump_test.go

View workflow job for this annotation

GitHub Actions / integration (kong:2.8)

invalid composite literal type "github.com/google/go-cmp/cmp".Option

Check failure on line 183 in tests/integration/dump_test.go

View workflow job for this annotation

GitHub Actions / integration

invalid composite literal type "github.com/google/go-cmp/cmp".Option

Check failure on line 183 in tests/integration/dump_test.go

View workflow job for this annotation

GitHub Actions / integration (kong/kong-gateway:2.8)

invalid composite literal type "github.com/google/go-cmp/cmp".Option

Check failure on line 183 in tests/integration/dump_test.go

View workflow job for this annotation

GitHub Actions / lint

invalid composite literal type "github.com/google/go-cmp/cmp".Option (typecheck)

Check failure on line 183 in tests/integration/dump_test.go

View workflow job for this annotation

GitHub Actions / integration (kong:3.4)

invalid composite literal type "github.com/google/go-cmp/cmp".Option

Check failure on line 183 in tests/integration/dump_test.go

View workflow job for this annotation

GitHub Actions / integration (kong/kong-gateway:3.4)

invalid composite literal type "github.com/google/go-cmp/cmp".Option

Check failure on line 183 in tests/integration/dump_test.go

View workflow job for this annotation

GitHub Actions / integration (kong/kong-gateway:3.5)

invalid composite literal type "github.com/google/go-cmp/cmp".Option

Check failure on line 183 in tests/integration/dump_test.go

View workflow job for this annotation

GitHub Actions / integration (kong:3.5)

invalid composite literal type "github.com/google/go-cmp/cmp".Option

Check failure on line 183 in tests/integration/dump_test.go

View workflow job for this annotation

GitHub Actions / integration (kong/kong-gateway:3.6)

invalid composite literal type "github.com/google/go-cmp/cmp".Option

Check failure on line 183 in tests/integration/dump_test.go

View workflow job for this annotation

GitHub Actions / integration (kong:3.6)

invalid composite literal type "github.com/google/go-cmp/cmp".Option

Check failure on line 183 in tests/integration/dump_test.go

View workflow job for this annotation

GitHub Actions / integration (kong/kong-gateway:3.7)

invalid composite literal type "github.com/google/go-cmp/cmp".Option

Check failure on line 183 in tests/integration/dump_test.go

View workflow job for this annotation

GitHub Actions / integration (kong:3.7)

invalid composite literal type "github.com/google/go-cmp/cmp".Option

Check failure on line 183 in tests/integration/dump_test.go

View workflow job for this annotation

GitHub Actions / integration (kong/kong-gateway-dev:latest)

invalid composite literal type "github.com/google/go-cmp/cmp".Option
},
{
name: "dump with no skip-consumers",
Expand Down

0 comments on commit 09226d1

Please sign in to comment.