Skip to content

Commit b931d5c

Browse files
committed
Clenup print
1 parent 07abda8 commit b931d5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mergin/test/test_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2742,7 +2742,6 @@ def test_error_monthly_contributors_limit_hit(mcStorage: MerginClient):
27422742
with pytest.raises(ClientError) as e:
27432743
mcStorage.push_project(project_dir)
27442744

2745-
print(e.value.server_response)
27462745
assert e.value.server_code == ErrorCode.MonthlyContributorsLimitHit.value
27472746
assert e.value.detail == (
27482747
"Maximum number of workspace contributors is reached. "

0 commit comments

Comments
 (0)