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 3254d56 commit 88ca515Copy full SHA for 88ca515
packages-exp/auth-exp/test/helpers/integration/emulator_rest_helpers.ts
@@ -69,7 +69,7 @@ export async function createAnonAccount(): Promise<{
69
}> {
70
const url = `${getEmulatorUrl()}/identitytoolkit.googleapis.com/v1/accounts:signUp?key=fake-key`;
71
const response = await (
72
- await FetchProvider.fetch()(url, {
+ await doFetch(url, {
73
method: 'POST',
74
body: '{}',
75
headers: { 'Content-Type': 'application/json' }
0 commit comments