From 170e507c2a8ad32a80650cc9db4ece597f47fb3a Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Fri, 8 May 2015 12:28:54 +0000 Subject: [PATCH] Unit test update --- unit_tests/test_horizon_utils.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/unit_tests/test_horizon_utils.py b/unit_tests/test_horizon_utils.py index 4c655bba..64bb64ac 100644 --- a/unit_tests/test_horizon_utils.py +++ b/unit_tests/test_horizon_utils.py @@ -192,7 +192,6 @@ class TestHorizohorizon_utils(CharmTestCase): @patch.object(horizon_utils, 'git_src_dir') @patch.object(horizon_utils, 'service_restart') - @patch.object(horizon_utils, 'charm_dir') @patch('shutil.copyfile') @patch('shutil.copytree') @patch('os.path.join') @@ -207,8 +206,7 @@ class TestHorizohorizon_utils(CharmTestCase): @patch('grp.getgrnam') def test_git_post_install(self, grnam, pwnam, check_call, walk, lchown, chown, chmod, symlink, exists, join, copytree, - copyfile, charm_dir, service_restart, - git_src_dir): + copyfile, service_restart, git_src_dir): class IDs(object): pw_uid = 999 gr_gid = 999