Skip to content

Commit ea7ef0e

Browse files
committed
style
1 parent 413ada4 commit ea7ef0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mergin/test/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2718,6 +2718,7 @@ def test_error_projects_limit_hit(mcStorage: MerginClient):
27182718
assert e.value.http_method == "POST"
27192719
assert e.value.url == f"{mcStorage.url}v1/project/testpluginstorage"
27202720

2721+
27212722
def test_workspace_requests(mc2: MerginClient):
27222723
test_project = "test_permissions"
27232724
test_project_fullname = API_USER2 + "/" + test_project
@@ -2741,4 +2742,3 @@ def test_workspace_requests(mc2: MerginClient):
27412742
assert service["plan"]["product_id"] == None
27422743
assert service["plan"]["type"] == "custom"
27432744
assert service["subscription"] == None
2744-

0 commit comments

Comments
 (0)