Remove erroneous comment

This commit is contained in:
Harrison Termotto 2019-10-17 00:17:45 -04:00
parent df2de373b2
commit f788fd5c8c

View File

@ -2734,7 +2734,6 @@ def test_boto3_put_object_tagging_on_both_version():
)
resp['ResponseMetadata']['HTTPStatusCode'].should.equal(200)
# Older version has tags while the most recent does not
resp = s3.get_object_tagging(Bucket=bucket_name, Key=key, VersionId=first_object.id)
resp['ResponseMetadata']['HTTPStatusCode'].should.equal(200)
resp['TagSet'].should.equal(