Merge "remove string use of neutron.common.rpc"

This commit is contained in:
Zuul 2019-02-20 01:39:00 +00:00 committed by Gerrit Code Review
commit e6f01cbfea
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ class HackingTestCase(base.BaseTestCase):
self.assertEqual(
1, len(list(
checks.check_no_imports_from_tests(
fail_code, "neutron/common/rpc.py", None))))
fail_code, "neutron/common/utils.py", None))))
self.assertEqual(
0, len(list(
checks.check_no_imports_from_tests(