Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 committed Nov 10, 2024
1 parent 47d44c5 commit 95fe821
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions libs/backend-apisix/e2e/misc.e2e-spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import * as ADCSDK from '@api7/adc-sdk';

import { BackendAPISIX } from '../src';
import { server, token } from './support/constants';
import {
createEvent,
deleteEvent,
Expand All @@ -14,8 +15,8 @@ describe('Miscellaneous', () => {

beforeAll(() => {
backend = new BackendAPISIX({
server: process.env.SERVER,
token: process.env.TOKEN,
server,
token,
});
});

Expand Down

0 comments on commit 95fe821

Please sign in to comment.