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 e3475d7 commit 4f28186Copy full SHA for 4f28186
tests/conftest.py
@@ -20,7 +20,9 @@
20
def mly_access_token():
21
"""Specify the access token here"""
22
23
- token = "MLY|YYY"
+ # The default token is the "Testing" token specially created for testing services
24
+ # Ref:: 'PyTest Workflow for Mapillary API v4 Python SDK'
25
+ token = "MLY|3976749565769581|3022bf582da20b0ce0bb44373289ebb2"
26
27
if "MLY|YYY" in token or "MLY|XXX" in token:
28
raise ValueError("[tests.conftest]: MLY Access Token is not specified")
0 commit comments