Skip to content

Commit c155829

Browse files
committed
1
1 parent 974837c commit c155829

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
@@ -2708,6 +2708,6 @@ def test_error_projects_limit_hit(mcStorage: MerginClient):
27082708
e.value.detail
27092709
== "Maximum number of projects is reached. Please upgrade your subscription to create new projects (ProjectsLimitHit)"
27102710
)
2711-
assert e.value.http_error == 422
2711+
assert e.value.http_error == 422 #
27122712
assert e.value.http_method == "POST"
27132713
assert e.value.url == f"{mcStorage.url}v1/project/testpluginstorage"

0 commit comments

Comments
 (0)