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 f916f60 commit a8b0e5bCopy full SHA for a8b0e5b
mergin/test/test_client.py
@@ -2760,7 +2760,7 @@ def test_error_monthly_contributors_limit_hit(mcStorage: MerginClient):
2760
assert e.value.url == f"{mcStorage.url}v1/project/testpluginstorage"
2761
2762
2763
-def dummy_mcStorage(mcStorage: MerginClient):
+def test_dummy_mcStorage(mcStorage: MerginClient):
2764
client_workspace = None
2765
for workspace in mcStorage.workspaces_list():
2766
if workspace["name"] == STORAGE_WORKSPACE:
0 commit comments