Skip to content

Commit

Permalink
Update e2e test according to mockserver config
Browse files Browse the repository at this point in the history
  • Loading branch information
asein-sinch committed Mar 27, 2024
1 parent c35a6b5 commit b7be843
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Given('the Fax service is available', function () {
projectId: 'projectId',
keyId: 'keyId',
keySecret: 'keySecret',
authBaseUrl: 'http://localhost:5039',
authBaseUrl: 'http://localhost:8020',
});
faxService.setBasePath('http://localhost:5045');
faxService.setBasePath('http://localhost:8026');
});

When('I send a request to list faxes', async function () {
Expand Down

0 comments on commit b7be843

Please sign in to comment.