Skip to content

Commit b4d840b

Browse files
committed
Fix formatting
1 parent 5b6bafe commit b4d840b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_cli_update.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ def test_cli_patch_no_options(mock_request_patch):
6363
result = runner.invoke(update, ["test.id"])
6464

6565
mock_request_patch.assert_called_with(
66-
"https://api.mapbox.com/tilesets/v1/test.id?access_token=pk.eyJ1IjoidGVzdC11c2VyIn0K", json={}
66+
"https://api.mapbox.com/tilesets/v1/test.id?access_token=pk.eyJ1IjoidGVzdC11c2VyIn0K",
67+
json={},
6768
)
6869
assert result.exit_code == 0
6970
assert result.output == ""

0 commit comments

Comments
 (0)