Merge "[UT] Fixed floating_ip_pools fake return to expected one"
This commit is contained in:
commit
5d4b8b5342
@ -824,7 +824,7 @@ class FakeHTTPClient(base_client.HTTPClient):
|
||||
return (
|
||||
200,
|
||||
{},
|
||||
{'floating_ip_pools': [{'name': 'foo', 'name': 'bar'}]}
|
||||
{'floating_ip_pools': [{'name': 'foo'}, {'name': 'bar'}]}
|
||||
)
|
||||
|
||||
def get_os_floating_ips(self, **kw):
|
||||
|
Loading…
x
Reference in New Issue
Block a user