remove string use of neutron.common.rpc

We already removed the rpc module from neutron [1], but we missed a
string reference to it in the hacking tests. This cosmetic change
uses neutron/common/util.py rather than rpc.py that's now removed.

[1] https://review.openstack.org/#/c/634790/

Change-Id: Ib432205525eeb3f5e3e64b56fef0f153d119bb95
This commit is contained in:
Boden R 2019-02-08 09:40:39 -07:00
parent 7b64623f96
commit ade38e4034
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(