Merge "Fix test_instance_get_all_by_host" into stable/ocata

This commit is contained in:
Zuul 2018-02-19 17:53:35 +00:00 committed by Gerrit Code Review
commit 4f091e45ef
1 changed files with 1 additions and 1 deletions

View File

@ -1176,7 +1176,7 @@ class SqlAlchemyDbApiTestCase(DbTestCase):
@sqlalchemy_api.pick_context_manager_reader
def test(context):
return sqlalchemy_api._instance_get_all_uuids_by_host(
return sqlalchemy_api.instance_get_all_by_host(
context, 'host1')
result = test(ctxt)