forked from TrueCloudLab/s3-tests
fix syntax error in test_bucket_get_location
Signed-off-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
parent
b586f0170d
commit
eaa68f4f77
1 changed files with 1 additions and 1 deletions
|
@ -4192,7 +4192,7 @@ def test_bucket_create_exists():
|
||||||
@attr(operation='get location')
|
@attr(operation='get location')
|
||||||
def test_bucket_get_location():
|
def test_bucket_get_location():
|
||||||
location_constraint = get_main_api_name()
|
location_constraint = get_main_api_name()
|
||||||
if not location_constraint
|
if not location_constraint:
|
||||||
raise SkipTest
|
raise SkipTest
|
||||||
bucket_name = get_new_bucket_name()
|
bucket_name = get_new_bucket_name()
|
||||||
client = get_client()
|
client = get_client()
|
||||||
|
|
Loading…
Reference in a new issue