Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Matsuo committed Jun 11, 2020
1 parent 06232e9 commit c5bb055
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion storage/cloud-client/iam_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ def test_remove_bucket_iam_member(public_bucket):
public_bucket.name, ROLE, MEMBER)

policy = public_bucket.get_iam_policy(requested_policy_version=3)
print(policy)
assert not any(
binding["role"] == ROLE and MEMBER in binding["members"]
for binding in policy.bindings
Expand Down

0 comments on commit c5bb055

Please sign in to comment.