Skip to content

Commit b979251

Browse files
committed
reverting teardown
1 parent b34dae3 commit b979251

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

mergin/test/test_client.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,7 @@ def teardown():
8383
# back to original values... (1 project, api allowed ...)
8484
client.patch(
8585
f"/v1/tests/workspaces/{client_workspace_id}",
86-
{
87-
"limits_override": {
88-
"storage": client_workspace_storage,
89-
"projects": 1,
90-
"monthly_contributors": 1000,
91-
"api_allowed": True,
92-
}
93-
},
86+
{"limits_override": {"storage": client_workspace_storage, "projects": 1, "api_allowed": True}},
9487
{"Content-Type": "application/json"},
9588
)
9689

0 commit comments

Comments
 (0)