-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
bugSomething isn't workingSomething isn't working
Description
stderr | src/test/auth/authorize.test.ts > authorize (device flow) > should throw with correct message if authorization server metadata fails
[MSW] Warning: intercepted a request without a matching request handler:
• GET https://auth.example.com/.well-known/oauth-authorization-server
If you still wish to intercept this unhandled request, please create a request handler for it.
Read more: https://mswjs.io/docs/http/intercepting-requests
stderr | src/test/auth/authorize.test.ts > authorize (device flow) > should throw with correct message if authorization server metadata fails
[MSW] Warning: intercepted a request without a matching request handler:
• GET https://auth.example.com/.well-known/oauth-authorization-server
If you still wish to intercept this unhandled request, please create a request handler for it.
Read more: https://mswjs.io/docs/http/intercepting-requests
stderr | src/test/auth/authorize.test.ts > authorize (device flow) > should throw with correct message if token poller rejects immediately
[MSW] Warning: intercepted a request without a matching request handler:
• GET https://auth.example.com/.well-known/openid-configuration
If you still wish to intercept this unhandled request, please create a request handler for it.
Read more: https://mswjs.io/docs/http/intercepting-requests
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working