Skip to content

Commit 1f5c366

Browse files
committed
corrections
1 parent 81b1fa3 commit 1f5c366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: tests/test_auth_providers.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
from firebase_admin import exceptions
2424
from tests import testutils
2525

26-
ID_TOOLKIT_URL = 'https://identitytoolkit.googleapis.com/v2b'
26+
ID_TOOLKIT_URL = 'https://identitytoolkit.googleapis.com/v2'
2727
EMULATOR_HOST_ENV_VAR = 'FIREBASE_AUTH_EMULATOR_HOST'
2828
AUTH_EMULATOR_HOST = 'localhost:9099'
29-
EMULATED_ID_TOOLKIT_URL = 'http://{}/identitytoolkit.googleapis.com/v2b'.format(
29+
EMULATED_ID_TOOLKIT_URL = 'http://{}/identitytoolkit.googleapis.com/v2'.format(
3030
AUTH_EMULATOR_HOST)
3131
URL_PROJECT_SUFFIX = '/projects/mock-project-id'
3232
USER_MGT_URLS = {

0 commit comments

Comments
 (0)