Fix S3 bucket location test.
This commit is contained in:
parent
1f9ade61c0
commit
c2a1f4eb14
@ -1022,7 +1022,7 @@ def test_bucket_location():
|
||||
bucket.get_location().should.equal("us-west-2")
|
||||
|
||||
|
||||
@mock_s3_deprecated
|
||||
@mock_s3
|
||||
def test_bucket_location_us_east_1():
|
||||
cli = boto3.client('s3')
|
||||
bucket_name = 'mybucket'
|
||||
|
Loading…
Reference in New Issue
Block a user