Skip to content

Commit a28b35e

Browse files
committed
raising error
1 parent 3a62f92 commit a28b35e

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
@@ -2726,7 +2726,7 @@ def test_error_monthly_contributors_limit_hit(mcStorage: MerginClient):
27262726
client_workspace_id = client_workspace["id"]
27272727
mcStorage.patch(
27282728
f"/v1/tests/workspaces/{client_workspace_id}",
2729-
{"limits_override": {"monthly_contributors": 0, "projects": 5, "api_allowed": True}},
2729+
{"limits_override": {"monthly_contributors": 0}},
27302730
{"Content-Type": "application/json"},
27312731
)
27322732

0 commit comments

Comments
 (0)