Skip to content

Commit

Permalink
fix error message in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Loe committed Jun 20, 2024
1 parent 2cfbf06 commit 3e95961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background/refreshToken.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe("refresh token argument validation", () => {
await expect(
refreshPKCEToken(aaIntegration, integrationConfig),
).rejects.toThrow(
`Use _refreshPartnerToken to refresh the ${CONTROL_ROOM_OAUTH_INTEGRATION_ID} token`,
`Use refreshPartnerAuthentication to refresh the ${CONTROL_ROOM_OAUTH_INTEGRATION_ID} token`,
);
});

Expand Down

0 comments on commit 3e95961

Please sign in to comment.