From 410a2fe7ff1f56dc54420c921fff6390af357e62 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 4 Oct 2011 15:08:37 +0200 Subject: [PATCH] test_explorer_ran finished Signed-off-by: Nico Schottelius --- lib/cdist/test/test_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cdist/test/test_install.py b/lib/cdist/test/test_install.py index f5956585..3289ea47 100644 --- a/lib/cdist/test/test_install.py +++ b/lib/cdist/test/test_install.py @@ -51,7 +51,7 @@ class Install(unittest.TestCase): explorers = self.config.path.list_global_explorers() for explorer in explorers: - output = self.path.global_explorer_output_path(explorer) + output = self.config.path.global_explorer_output_path(explorer) self.assertTrue(os.path.isfile(output)) ### OLD FROM CONFIG ############################################################