copy pasta error
This test means to test the 'detail' controller method, not the 'index' controller method. Change-Id: I1b922c1c66121182c5203d6ca719abe7056a0785
This commit is contained in:
parent
31774fa228
commit
a04ffdc940
@ -725,4 +725,4 @@ class HypervisorsTestV233(HypervisorsTestV228):
|
||||
req = self._get_request(True,
|
||||
'/v2/1234/os-hypervisors/detail?marker=99999')
|
||||
self.assertRaises(exc.HTTPBadRequest,
|
||||
self.controller.index, req)
|
||||
self.controller.detail, req)
|
||||
|
Loading…
x
Reference in New Issue
Block a user