Skip to content

Commit 09af62d

Browse files
committed
unskip TagCount
1 parent 6f94719 commit 09af62d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/aws/services/s3/test_s3_api.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1897,12 +1897,6 @@ def test_object_tagging_versioned(self, s3_bucket, aws_client, snapshot):
18971897
snapshot.match("delete-object-tags-delete-marker-latest", e.value.response)
18981898

18991899
@markers.aws.validated
1900-
@markers.snapshot.skip_snapshot_verify(
1901-
paths=[
1902-
# TODO: support TagCount in HeadObject
1903-
"$.head-obj.TagCount",
1904-
]
1905-
)
19061900
def test_put_object_with_tags(self, s3_bucket, aws_client, snapshot):
19071901
object_key = "test-put-object-tagging"
19081902
# tagging must be a URL encoded string directly

0 commit comments

Comments
 (0)