From 13b2c42048fc54fcaf8965c063a6cce8c5c913b1 Mon Sep 17 00:00:00 2001 From: Junaid Ali Date: Thu, 24 Mar 2016 18:12:00 +0500 Subject: [PATCH] unit_test fix --- unit_tests/test_pg_gw_hooks.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/unit_tests/test_pg_gw_hooks.py b/unit_tests/test_pg_gw_hooks.py index a1b5779..c132dd3 100644 --- a/unit_tests/test_pg_gw_hooks.py +++ b/unit_tests/test_pg_gw_hooks.py @@ -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')