Skip to content

Commit 7280346

Browse files
committed
Fixed test
1 parent 05ea356 commit 7280346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/v3.node.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ describe('v3.node', () => {
1818
});
1919

2020
it('requests token', async () => {
21-
const { OpenAPI, SimpleService } = require('./generated/v2/node/index.js');
21+
const { OpenAPI, SimpleService } = require('./generated/v3/node/index.js');
2222
const tokenRequest = jest.fn().mockResolvedValue('MY_TOKEN')
2323
OpenAPI.TOKEN = tokenRequest;
2424
const result = await SimpleService.getCallWithoutParametersAndResponse();

0 commit comments

Comments
 (0)