Skip to content

Commit c5bb055

Browse files
author
Takashi Matsuo
committed
remove print
1 parent 06232e9 commit c5bb055

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

storage/cloud-client/iam_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ def test_remove_bucket_iam_member(public_bucket):
113113
public_bucket.name, ROLE, MEMBER)
114114

115115
policy = public_bucket.get_iam_policy(requested_policy_version=3)
116-
print(policy)
117116
assert not any(
118117
binding["role"] == ROLE and MEMBER in binding["members"]
119118
for binding in policy.bindings

0 commit comments

Comments
 (0)