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 7214bf8 commit 2f5e62aCopy full SHA for 2f5e62a
tests/test_cli_sources.py
@@ -63,6 +63,7 @@ def test_cli_add_source_wrong_username(
63
if "MAPBOX_ACCESS_TOKEN" in os.environ:
64
del os.environ["MAPBOX_ACCESS_TOKEN"]
65
66
+ # This is the base64 encoding of '{"u":"wrong-user"}', not a real token
67
os.environ["MapboxAccessToken"] = "pk.eyJ1Ijoid3JvbmctdXNlciJ9Cg.xxx"
68
69
runner = CliRunner()
0 commit comments