Skip to content

Commit 90380fc

Browse files
committed
Fix unrelated failing test
1 parent eb11f43 commit 90380fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/client/test/client/auth-extensions.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ describe('createPrivateKeyJwtAuth', () => {
305305

306306
const params = new URLSearchParams();
307307
await expect(addClientAuth(new Headers(), params, 'https://auth.example.com/token', undefined)).rejects.toThrow(
308-
/Invalid character/
308+
/cannot be part of a valid base64/
309309
);
310310
});
311311

0 commit comments

Comments
 (0)