From f788fd5c8cd0251fa0ffca57925045999020cbf6 Mon Sep 17 00:00:00 2001 From: Harrison Termotto Date: Thu, 17 Oct 2019 00:17:45 -0400 Subject: [PATCH] Remove erroneous comment --- tests/test_s3/test_s3.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_s3/test_s3.py b/tests/test_s3/test_s3.py index 8e22bfda..8d535420 100644 --- a/tests/test_s3/test_s3.py +++ b/tests/test_s3/test_s3.py @@ -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(