Fix s3 test for location constraint.

This commit is contained in:
Steve Pulec 2020-02-17 20:32:28 -06:00
parent dcd1f0195f
commit 11e64109eb

View File

@ -2145,7 +2145,7 @@ def test_boto3_copy_object_from_unversioned_to_versioned_bucket():
@mock_s3
def test_boto3_copy_object_with_replacement_tagging():
client = boto3.client("s3", region_name="eu-north-1")
client = boto3.client("s3", region_name=DEFAULT_REGION_NAME)
client.create_bucket(Bucket="mybucket")
client.put_object(
Bucket="mybucket", Key="original", Body=b"test", Tagging="tag=old"