Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 committed Oct 22, 2024
1 parent 2d97e4c commit d3beb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/backend-apisix/e2e/resources/consumer.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('Consumer E2E', () => {
});
});

conditionalDescribe(semverCondition(gte, '0.0.0'))(
conditionalDescribe(semverCondition(gte, '3.11.0'))(
'Sync and dump consumers (with credential support)',
() => {
const consumer1Name = 'consumer1';
Expand Down

0 comments on commit d3beb16

Please sign in to comment.