Skip to content

Commit 44e6975

Browse files
committed
Add UA to new test case
1 parent 936880b commit 44e6975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/auth.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ describe("OAuth Authorization", () => {
279279
status: 500,
280280
});
281281

282-
await expect(discoverOAuthProtectedResourceMetadata("https://resource.example.com/path/name"))
282+
await expect(discoverOAuthProtectedResourceMetadata("https://resource.example.com/path/name", userAgentProvider))
283283
.rejects.toThrow();
284284

285285
const calls = mockFetch.mock.calls;

0 commit comments

Comments
 (0)