unit_test fix

This commit is contained in:
Junaid Ali 2016-03-24 18:12:00 +05:00
parent c21e4554ce
commit 13b2c42048
1 changed files with 0 additions and 4 deletions

View File

@ -70,10 +70,6 @@ class PGGwHooksTests(CharmTestCase):
self.CONFIGS.write_all.assert_called_with()
self.restart_pg.assert_called_with()
def test_config_changed_hook(self):
self.add_lcm_key.return_value = 1
self._call_hook('config-changed')
def test_stop(self):
_pkgs = ['plumgrid-lxc', 'iovisor-dkms']
self._call_hook('stop')