Skip to content

Commit

Permalink
trying with ignoring Plugin.Config
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashansa-K committed Sep 10, 2024
1 parent 2325803 commit 9d3c0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/dump_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func Test_Dump_SkipConsumers_Konnect(t *testing.T) {
expectedFile: "testdata/dump/002-skip-consumers/expected-no-skip_konnect.yaml",
skipConsumers: false,
opts: []cmp.Option{
cmpopts.IgnoreFields(kong.Configuration{}, "redis"),
cmpopts.IgnoreFields(kong.Plugin{}, "Config", "redis"),
},
},
}
Expand Down

0 comments on commit 9d3c0f8

Please sign in to comment.