Skip to content

Commit 28792b5

Browse files
committed
test: cast fetch options to RequestInit in auth tests to satisfy type constraints
1 parent 511c1a1 commit 28792b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/client/test/client/auth.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3514,7 +3514,7 @@ describe('OAuth Authorization', () => {
35143514
headers: {
35153515
'user-agent': 'MyApp/1.0'
35163516
}
3517-
});
3517+
} as unknown as RequestInit);
35183518

35193519
await discoverOAuthProtectedResourceMetadata('https://resource.example.com', undefined, wrappedFetch);
35203520

0 commit comments

Comments
 (0)