mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-22 19:29:48 +00:00
Merge pull request #290 from cbodley/wip-location2
fix syntax error in test_bucket_get_location
This commit is contained in:
commit
66de5b19db
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