Skip to content

Commit

Permalink
fixed semver range for dump test
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashansa-K committed Oct 28, 2024
1 parent d3b5973 commit c2ad1b8
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 @@ -138,7 +138,7 @@ func Test_Dump_SkipConsumers(t *testing.T) {
stateFile: "testdata/dump/002-skip-consumers/kong34.yaml",
expectedFile: "testdata/dump/002-skip-consumers/expected-no-skip-381.yaml",
skipConsumers: false,
runWhen: func(t *testing.T) { runWhen(t, "enterprise", ">=3.5.0") },
runWhen: func(t *testing.T) { runWhen(t, "enterprise", ">=3.8.1") },
},
}
for _, tc := range tests {
Expand Down

0 comments on commit c2ad1b8

Please sign in to comment.