Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinBuira committed Jan 16, 2025
1 parent 413ada4 commit ea7ef0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mergin/test/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -2718,6 +2718,7 @@ def test_error_projects_limit_hit(mcStorage: MerginClient):
assert e.value.http_method == "POST"
assert e.value.url == f"{mcStorage.url}v1/project/testpluginstorage"


def test_workspace_requests(mc2: MerginClient):
test_project = "test_permissions"
test_project_fullname = API_USER2 + "/" + test_project
Expand All @@ -2741,4 +2742,3 @@ def test_workspace_requests(mc2: MerginClient):
assert service["plan"]["product_id"] == None
assert service["plan"]["type"] == "custom"
assert service["subscription"] == None

0 comments on commit ea7ef0e

Please sign in to comment.