mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-22 09:29:43 +00:00
fix syntax error in test_bucket_get_location
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit eaa68f4f77
)
This commit is contained in:
parent
585809a7ec
commit
817e67d92e
1 changed files with 1 additions and 1 deletions
|
@ -4192,7 +4192,7 @@ def test_bucket_create_exists():
|
|||
@attr(operation='get location')
|
||||
def test_bucket_get_location():
|
||||
location_constraint = get_main_api_name()
|
||||
if not location_constraint
|
||||
if not location_constraint:
|
||||
raise SkipTest
|
||||
bucket_name = get_new_bucket_name()
|
||||
client = get_client()
|
||||
|
|
Loading…
Reference in a new issue