Fixed a typo in a comment
Found using: https://github.com/intgr/topy Change-Id: I1fba0b8c8e978f286905eeb96ae0a2e47762f413
This commit is contained in:
parent
02ee4fc79e
commit
4c5f545871
@ -745,7 +745,7 @@ class FakeHTTPClient(base_client.HTTPClient):
|
|||||||
raise exceptions.NotFound('404')
|
raise exceptions.NotFound('404')
|
||||||
|
|
||||||
def get_flavors_aa1(self, **kw):
|
def get_flavors_aa1(self, **kw):
|
||||||
# Aplhanumeric flavor id are allowed.
|
# Alphanumeric flavor id are allowed.
|
||||||
return (
|
return (
|
||||||
200,
|
200,
|
||||||
{},
|
{},
|
||||||
|
Loading…
Reference in New Issue
Block a user