Skip to content

Commit

Permalink
Clenup print
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelGeo committed Nov 28, 2024
1 parent 07abda8 commit b931d5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mergin/test/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -2742,7 +2742,6 @@ def test_error_monthly_contributors_limit_hit(mcStorage: MerginClient):
with pytest.raises(ClientError) as e:
mcStorage.push_project(project_dir)

print(e.value.server_response)
assert e.value.server_code == ErrorCode.MonthlyContributorsLimitHit.value
assert e.value.detail == (
"Maximum number of workspace contributors is reached. "
Expand Down

0 comments on commit b931d5c

Please sign in to comment.