Skip to content

Commit

Permalink
tests: update assert for test_put_excess_tags
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeniy Zayats <[email protected]>
  • Loading branch information
Evgeniy Zayats committed Oct 23, 2023
1 parent d7ca0bf commit 6cf16ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3tests_boto3/functional/test_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -13078,7 +13078,7 @@ def test_put_excess_tags():
)
status, error_code = _get_status_and_error_code(e.response)
assert status == 400
assert error_code == "InvalidTag"
assert error_code == "BadRequest"

response = client.get_object_tagging(Bucket=bucket_name, Key=key)
assert len(response["TagSet"]) == 0
Expand Down

0 comments on commit 6cf16ad

Please sign in to comment.