Fix S3 bucket location test.
This commit is contained in:
parent
1f9ade61c0
commit
c2a1f4eb14
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue