Bump hacking
hacking 3.0.x is too old. Bump it to the version currently used in tempest repo. Depends-on: https://review.opendev.org/c/openstack/tempest/+/906634 Change-Id: I8da412cd73deba629a0c9488da537cbe8ef4caaf
This commit is contained in:
parent
f1fd86805e
commit
94e5078db8
@ -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
|
coverage>=4.0,!=4.4 # Apache-2.0
|
||||||
python-subunit>=1.0.0 # Apache-2.0/BSD
|
python-subunit>=1.0.0 # Apache-2.0/BSD
|
||||||
|
@ -136,7 +136,7 @@ class TestClaims(base.BaseV2MessagingTest):
|
|||||||
resp, body = self.client.post_claims(
|
resp, body = self.client.post_claims(
|
||||||
queue_name=QueueName,
|
queue_name=QueueName,
|
||||||
rbody=meta)
|
rbody=meta)
|
||||||
if(i == 2):
|
if i == 2:
|
||||||
self.assertEqual('204', resp['status'])
|
self.assertEqual('204', resp['status'])
|
||||||
else:
|
else:
|
||||||
self.assertEqual('201', resp['status'])
|
self.assertEqual('201', resp['status'])
|
||||||
|
Loading…
Reference in New Issue
Block a user