We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b1fa3 commit 1f5c366Copy full SHA for 1f5c366
tests/test_auth_providers.py
@@ -23,10 +23,10 @@
23
from firebase_admin import exceptions
24
from tests import testutils
25
26
-ID_TOOLKIT_URL = 'https://identitytoolkit.googleapis.com/v2b'
+ID_TOOLKIT_URL = 'https://identitytoolkit.googleapis.com/v2'
27
EMULATOR_HOST_ENV_VAR = 'FIREBASE_AUTH_EMULATOR_HOST'
28
AUTH_EMULATOR_HOST = 'localhost:9099'
29
-EMULATED_ID_TOOLKIT_URL = 'http://{}/identitytoolkit.googleapis.com/v2b'.format(
+EMULATED_ID_TOOLKIT_URL = 'http://{}/identitytoolkit.googleapis.com/v2'.format(
30
AUTH_EMULATOR_HOST)
31
URL_PROJECT_SUFFIX = '/projects/mock-project-id'
32
USER_MGT_URLS = {
0 commit comments