Skip to content

Commit 6366702

Browse files
whoiskatrinthreepointone
authored andcommitted
tests cleanup
1 parent 599c9ad commit 6366702

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

__tests__/oauth-provider.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2299,9 +2299,6 @@ describe('OAuthProvider', () => {
22992299
});
23002300

23012301
it('should connect revokeGrant to token endpoint ', async () => {
2302-
// Issue: "revokeGrant not implemented in handleTokenRequest?"
2303-
// This test verifies that token revocation now works via the token endpoint
2304-
23052302
// Step 1: Get tokens through normal OAuth flow
23062303
const authRequest = createMockRequest(
23072304
`https://example.com/authorize?response_type=code&client_id=${encodeURIComponent(clientId)}&redirect_uri=${encodeURIComponent(redirectUri)}&scope=read&state=test-state`

0 commit comments

Comments
 (0)