Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 committed Dec 27, 2024
1 parent 244e035 commit 3d89ff9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion libs/backend-api7/e2e/resources/route.e2e-spec.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
import * as ADCSDK from '@api7/adc-sdk';
import { gte } from 'semver';

import { BackendAPI7 } from '../../src';
import {
conditionalDescribe,
createEvent,
deleteEvent,
dumpConfiguration,
semverCondition,
syncEvents,
} from '../support/utils';

Expand Down Expand Up @@ -73,7 +76,7 @@ describe('Route E2E', () => {
});
});

describe('Vars', () => {
conditionalDescribe(semverCondition(gte, '3.2.16'))('Vars', () => {
const serviceName = 'test';
const service = {
name: serviceName,
Expand Down

0 comments on commit 3d89ff9

Please sign in to comment.