]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commitdiff
fix syntax error in test_bucket_get_location 290/head
authorCasey Bodley <cbodley@redhat.com>
Wed, 10 Jul 2019 15:22:32 +0000 (11:22 -0400)
committerCasey Bodley <cbodley@redhat.com>
Wed, 10 Jul 2019 15:22:32 +0000 (11:22 -0400)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
s3tests_boto3/functional/test_s3.py

index 54347dc0d507a5d59d2bbebb0c57313add0e7bf2..7b151542b08304d288c664bf170162f3e60836b6 100644 (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()