Remove erroneous comment
This commit is contained in:
parent
df2de373b2
commit
f788fd5c8c
1 changed files with 0 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue