fix lists compare

This commit is contained in:
Romy 2019-11-06 13:19:39 +02:00
parent 5cb2bcdf89
commit a2598dcdea

View file

@ -10869,7 +10869,7 @@ def test_put_obj_with_tags():
eq(body, data)
response = client.get_object_tagging(Bucket=bucket_name, Key=key)
eq(response['TagSet'], tagset)
eq(response['TagSet'].sort(), tagset.sort())
def _make_arn_resource(path="*"):
return "arn:aws:s3:::{}".format(path)