Skip to content

Commit a2d077c

Browse files
committed
tests cleanup
1 parent 3671c99 commit a2d077c

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
@@ -2264,9 +2264,6 @@ describe('OAuthProvider', () => {
22642264
});
22652265

22662266
it('should connect revokeGrant to token endpoint ', async () => {
2267-
// Issue: "revokeGrant not implemented in handleTokenRequest?"
2268-
// This test verifies that token revocation now works via the token endpoint
2269-
22702267
// Step 1: Get tokens through normal OAuth flow
22712268
const authRequest = createMockRequest(
22722269
`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)