Skip to content

Commit 2f5e62a

Browse files
committed
Add comment to explain where this test token comes from
1 parent 7214bf8 commit 2f5e62a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_cli_sources.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def test_cli_add_source_wrong_username(
6363
if "MAPBOX_ACCESS_TOKEN" in os.environ:
6464
del os.environ["MAPBOX_ACCESS_TOKEN"]
6565

66+
# This is the base64 encoding of '{"u":"wrong-user"}', not a real token
6667
os.environ["MapboxAccessToken"] = "pk.eyJ1Ijoid3JvbmctdXNlciJ9Cg.xxx"
6768

6869
runner = CliRunner()

0 commit comments

Comments
 (0)