We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c155829 commit ed1c3c4Copy full SHA for ed1c3c4
mergin/test/test_client.py
@@ -2711,3 +2711,4 @@ def test_error_projects_limit_hit(mcStorage: MerginClient):
2711
assert e.value.http_error == 422 #
2712
assert e.value.http_method == "POST"
2713
assert e.value.url == f"{mcStorage.url}v1/project/testpluginstorage"
2714
+#
0 commit comments