Skip to content

Commit

Permalink
fixing monthly contributors error
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed Nov 26, 2024
1 parent db90970 commit fd9d072
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 @@ -83,7 +83,7 @@ def teardown():
# back to original values... (1 project, api allowed ...)
client.patch(
f"/v1/tests/workspaces/{client_workspace_id}",
{"limits_override": {"storage": client_workspace_storage, "projects": 1, "monthly_contributors": 5, "api_allowed": True}},
{"limits_override": {"storage": client_workspace_storage, "projects": 1, "monthly_contributors": 100, "api_allowed": True}},
{"Content-Type": "application/json"},
)

Expand Down

0 comments on commit fd9d072

Please sign in to comment.