forked from TrueCloudLab/s3-tests
remove redundant get_client calls
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
This commit is contained in:
parent
6d3f574a8e
commit
4996430709
1 changed files with 0 additions and 1 deletions
|
@ -12517,7 +12517,6 @@ def test_get_nonpublicpolicy_acl_bucket_policy_status():
|
|||
def test_get_nonpublicpolicy_deny_bucket_policy_status():
|
||||
bucket_name = get_new_bucket()
|
||||
client = get_client()
|
||||
client = get_client()
|
||||
|
||||
resp = client.get_bucket_policy_status(Bucket=bucket_name)
|
||||
eq(resp['PolicyStatus']['IsPublic'],False)
|
||||
|
|
Loading…
Reference in a new issue