Skip to content

Commit 88ca515

Browse files
committed
Update rest helpers
1 parent 3254d56 commit 88ca515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages-exp/auth-exp/test/helpers/integration/emulator_rest_helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export async function createAnonAccount(): Promise<{
6969
}> {
7070
const url = `${getEmulatorUrl()}/identitytoolkit.googleapis.com/v1/accounts:signUp?key=fake-key`;
7171
const response = await (
72-
await FetchProvider.fetch()(url, {
72+
await doFetch(url, {
7373
method: 'POST',
7474
body: '{}',
7575
headers: { 'Content-Type': 'application/json' }

0 commit comments

Comments
 (0)