Skip to content

Commit

Permalink
Correct tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo-Avalos-Ribas committed Oct 10, 2024
1 parent f81f36f commit 8872cb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ms-graph/client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('verifyAuthentication', () => {
});

await expect(client.verifyAuthentication()).rejects.toThrow(
'Provider authentication failed at /organization: -1 AuthenticationError',
'Provider authentication failed at /organization: -1 AuthenticationRequiredError',
);
});

Expand All @@ -43,7 +43,7 @@ describe('verifyAuthentication', () => {
});

await expect(client.verifyAuthentication()).rejects.toThrow(
'Provider authentication failed at /organization: -1 AuthenticationError',
'Provider authentication failed at /organization: -1 AuthenticationRequiredError',
);
});
});

0 comments on commit 8872cb3

Please sign in to comment.