Skip to content

Commit 73b6eca

Browse files
committed
Revert removal from mock_fetch_tests
1 parent 48c3940 commit 73b6eca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/auth/test/helpers/mock_fetch.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ async function fetchJson(path: string, req?: object): Promise<object> {
3030
headers: {
3131
'Content-Type': 'application/json'
3232
},
33+
referrerPolicy: 'no-referrer',
3334
...body
3435
};
3536

0 commit comments

Comments
 (0)