]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commitdiff
fix lists compare 321/head
authorRomy <romy2232@gmail.com>
Wed, 6 Nov 2019 11:19:39 +0000 (13:19 +0200)
committerRomy <romy2232@gmail.com>
Wed, 6 Nov 2019 11:39:29 +0000 (13:39 +0200)
s3tests_boto3/functional/test_s3.py

index 1246394064eefb748c9f1dbe578d4e22f2f29524..12e6523ae1ac02e6f72e096d73a13b875405cb94 100644 (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)