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 07abda8 commit b931d5cCopy full SHA for b931d5c
mergin/test/test_client.py
@@ -2742,7 +2742,6 @@ def test_error_monthly_contributors_limit_hit(mcStorage: MerginClient):
2742
with pytest.raises(ClientError) as e:
2743
mcStorage.push_project(project_dir)
2744
2745
- print(e.value.server_response)
2746
assert e.value.server_code == ErrorCode.MonthlyContributorsLimitHit.value
2747
assert e.value.detail == (
2748
"Maximum number of workspace contributors is reached. "
0 commit comments