Skip to content

Commit 609eb07

Browse files
committed
revert oopsie in tests
1 parent 67e1dae commit 609eb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/api/calls-api.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ describe('CallsApi', () => {
1414
const config = new Configuration({
1515
username: BW_USERNAME,
1616
password: BW_PASSWORD,
17-
basePath: 'https://7235edb724fcd6354723b9d89367dc50.m.pipedream.net'
17+
basePath: 'http://127.0.0.1:4010'
1818
});
1919
const callsApi = new CallsApi(config);
2020

0 commit comments

Comments
 (0)