Fix one issue in UT
There are some unused args in UT. Fix it. Change-Id: I561baba6396423326963e2c71d325941331f24d4
This commit is contained in:
parent
5ccf37d9b7
commit
ae7d88d62f
@ -429,7 +429,7 @@ class TestQueueLifecycleMongoDB(base.V2Base):
|
||||
|
||||
result_doc = jsonutils.loads(result[0])
|
||||
[target, params] = result_doc['links'][0]['href'].split('?')
|
||||
|
||||
self.simulate_get(target, headers=header, query_string=params)
|
||||
self.assertEqual(falcon.HTTP_200, self.srmock.status)
|
||||
|
||||
# Ensure we didn't pick up the queue from the alt project.
|
||||
|
Loading…
x
Reference in New Issue
Block a user