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 1060146 commit 5521fd4Copy full SHA for 5521fd4
tests/test_ml.py
@@ -26,7 +26,7 @@
26
27
BASE_URL = 'https://firebaseml.googleapis.com/v1beta2/'
28
HEADER_CLIENT_KEY = 'X-FIREBASE-CLIENT'
29
-HEADER_CLIENT_VALUE = 'fire-admin-python/3.2.1'
+HEADER_CLIENT_VALUE = 'fire-admin-python/{0}'.format(firebase_admin.__version__)
30
PROJECT_ID = 'my-project-1'
31
32
PAGE_TOKEN = 'pageToken'
0 commit comments