From c2a1f4eb144cd6149d14627ea559e3fa4e7b5ca5 Mon Sep 17 00:00:00 2001 From: Steve Pulec Date: Sat, 29 Dec 2018 07:07:29 -0500 Subject: [PATCH] Fix S3 bucket location test. --- tests/test_s3/test_s3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_s3/test_s3.py b/tests/test_s3/test_s3.py index 22d68724..7a53804f 100644 --- a/tests/test_s3/test_s3.py +++ b/tests/test_s3/test_s3.py @@ -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'