Skip to content

Commit c5334ed

Browse files
committed
on testing
1 parent 8646c13 commit c5334ed

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

mergin/test/test_client.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2727,7 +2727,14 @@ def test_error_monthly_contributors_limit_hit(mcStorage: MerginClient):
27272727
client_workspace_storage = client_workspace["storage"]
27282728
mcStorage.patch(
27292729
f"/v1/tests/workspaces/{client_workspace_id}",
2730-
{"limits_override": {"storage": client_workspace_storage, "monthly_contributors": 0, "projects": 1, "api_allowed": True}},
2730+
{
2731+
"limits_override": {
2732+
"storage": client_workspace_storage,
2733+
"monthly_contributors": 0,
2734+
"projects": 5,
2735+
"api_allowed": True,
2736+
}
2737+
},
27312738
{"Content-Type": "application/json"},
27322739
)
27332740

0 commit comments

Comments
 (0)