yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #01269
[Bug 1138233] Re: incorrect argument in calling post_json
** Changed in: quantum
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to quantum.
https://bugs.launchpad.net/bugs/1138233
Title:
incorrect argument in calling post_json
Status in OpenStack Quantum (virtual network service):
Fix Released
Bug description:
in class NotificationTest in test_api_v2.py:
res = self.api.post_json(
_get_path('networks'), initial_input, expected_errors)
The last argument expected_errors caused the following
error:======================================================================
ERROR: test_network_create_notifer (unit.test_api_v2.NotificationTest)
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
File "/opt/stack/quantum/quantum/tests/unit/test_api_v2.py", line 1275, in test_network_create_notifer
self._resource_op_notifier('create', 'network')
File "/opt/stack/quantum/quantum/tests/unit/test_api_v2.py", line 1249, in _resource_op_notifier
initial_input, expected_errors)
TypeError: wrapper() takes at most 3 arguments (4 given)
To manage notifications about this bug go to:
https://bugs.launchpad.net/quantum/+bug/1138233/+subscriptions