Fix one issue in UT

There are some unused args in UT.
Fix it.

Change-Id: I561baba6396423326963e2c71d325941331f24d4
This commit is contained in:
wanghao 2018-04-11 09:58:05 +08:00
parent 5ccf37d9b7
commit ae7d88d62f
1 changed files with 1 additions and 1 deletions

View File

@ -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.