Skip to content

Commit c7ce1a2

Browse files
committed
improve proxy code verifier test naming
1 parent cb81358 commit c7ce1a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/auth/handlers/token.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ describe('Token Handler', () => {
282282
expect(response.body.refresh_token).toBe('mock_refresh_token');
283283
});
284284

285-
it('passes through PKCE verification for proxy providers', async () => {
285+
it('passes through code verifier when using proxy provider', async () => {
286286
const originalFetch = global.fetch;
287287

288288
try {

0 commit comments

Comments
 (0)