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 5b6bafe commit b4d840bCopy full SHA for b4d840b
tests/test_cli_update.py
@@ -63,7 +63,8 @@ def test_cli_patch_no_options(mock_request_patch):
63
result = runner.invoke(update, ["test.id"])
64
65
mock_request_patch.assert_called_with(
66
- "https://api.mapbox.com/tilesets/v1/test.id?access_token=pk.eyJ1IjoidGVzdC11c2VyIn0K", json={}
+ "https://api.mapbox.com/tilesets/v1/test.id?access_token=pk.eyJ1IjoidGVzdC11c2VyIn0K",
67
+ json={},
68
)
69
assert result.exit_code == 0
70
assert result.output == ""
0 commit comments