Merge "Bump hacking"

This commit is contained in:
Zuul 2024-11-16 14:13:39 +00:00 committed by Gerrit Code Review
commit cc57df23c1
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
hacking>=3.1.0,<3.2.0 # Apache-2.0
hacking>=6.1.0,<6.2.0 # Apache-2.0
coverage>=4.0,!=4.4 # Apache-2.0
python-subunit>=1.0.0 # Apache-2.0/BSD

View File

@ -136,7 +136,7 @@ class TestClaims(base.BaseV2MessagingTest):
resp, body = self.client.post_claims(
queue_name=QueueName,
rbody=meta)
if(i == 2):
if i == 2:
self.assertEqual('204', resp['status'])
else:
self.assertEqual('201', resp['status'])