Skip to content

Commit 4f28186

Browse files
authored
Update conftest.py
1 parent e3475d7 commit 4f28186

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/conftest.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
def mly_access_token():
2121
"""Specify the access token here"""
2222

23-
token = "MLY|YYY"
23+
# 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"
2426

2527
if "MLY|YYY" in token or "MLY|XXX" in token:
2628
raise ValueError("[tests.conftest]: MLY Access Token is not specified")

0 commit comments

Comments
 (0)