We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 936880b commit 44e6975Copy full SHA for 44e6975
src/client/auth.test.ts
@@ -279,7 +279,7 @@ describe("OAuth Authorization", () => {
279
status: 500,
280
});
281
282
- await expect(discoverOAuthProtectedResourceMetadata("https://resource.example.com/path/name"))
+ await expect(discoverOAuthProtectedResourceMetadata("https://resource.example.com/path/name", userAgentProvider))
283
.rejects.toThrow();
284
285
const calls = mockFetch.mock.calls;
0 commit comments