Fix s3 test for location constraint.
This commit is contained in:
parent
dcd1f0195f
commit
11e64109eb
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user