We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ea356 commit 7280346Copy full SHA for 7280346
test/e2e/v3.node.spec.js
@@ -18,7 +18,7 @@ describe('v3.node', () => {
18
});
19
20
it('requests token', async () => {
21
- const { OpenAPI, SimpleService } = require('./generated/v2/node/index.js');
+ const { OpenAPI, SimpleService } = require('./generated/v3/node/index.js');
22
const tokenRequest = jest.fn().mockResolvedValue('MY_TOKEN')
23
OpenAPI.TOKEN = tokenRequest;
24
const result = await SimpleService.getCallWithoutParametersAndResponse();
0 commit comments