diff --git a/nova/tests/test_hacking.py b/nova/tests/test_hacking.py index 6510a55cf92a..5667a696fd83 100644 --- a/nova/tests/test_hacking.py +++ b/nova/tests/test_hacking.py @@ -78,7 +78,7 @@ class HackingTestCase(test.NoDBTestCase): "'nova.virt.libvirt.driver', group='libvirt')", "./nova/virt/libvirt/volume.py")) - def test_virt_driver_imports(self): + def test_no_author_tags(self): self.assertTrue(checks.no_author_tags("# author: jogo")) self.assertTrue(checks.no_author_tags("# @author: jogo")) self.assertTrue(checks.no_author_tags("# @Author: jogo"))