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:
Casey Bodley 2019-07-10 11:22:32 -04:00
parent 585809a7ec
commit 817e67d92e

View file

@ -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()