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 67e1dae commit 609eb07Copy full SHA for 609eb07
tests/unit/api/calls-api.test.ts
@@ -14,7 +14,7 @@ describe('CallsApi', () => {
14
const config = new Configuration({
15
username: BW_USERNAME,
16
password: BW_PASSWORD,
17
- basePath: 'https://7235edb724fcd6354723b9d89367dc50.m.pipedream.net'
+ basePath: 'http://127.0.0.1:4010'
18
});
19
const callsApi = new CallsApi(config);
20
0 commit comments