Skip to content

Commit

Permalink
fix more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
OEvgeny committed Aug 3, 2023
1 parent 01f6831 commit 2819d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/pvaPublish/src/node/utils.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe('it should return the proper PVA auth parameters for the base URL', ()

it('ppe', () => {
const url = 'https://bots.ppe.customercareintelligence.net/api/botmanagement/v1';
expect(getAuthCredentials(url)).toEqual(AUTH_CREDENTIALS.PPE);
expect(getAuthCredentials(url)).toEqual(AUTH_CREDENTIALS.INT);
});

it('prod', () => {
Expand Down

0 comments on commit 2819d1c

Please sign in to comment.