Skip to content

Commit 5521fd4

Browse files
authored
fixed test (#448)
1 parent 1060146 commit 5521fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_ml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
BASE_URL = 'https://firebaseml.googleapis.com/v1beta2/'
2828
HEADER_CLIENT_KEY = 'X-FIREBASE-CLIENT'
29-
HEADER_CLIENT_VALUE = 'fire-admin-python/3.2.1'
29+
HEADER_CLIENT_VALUE = 'fire-admin-python/{0}'.format(firebase_admin.__version__)
3030
PROJECT_ID = 'my-project-1'
3131

3232
PAGE_TOKEN = 'pageToken'

0 commit comments

Comments
 (0)