update test for upcomming change: /__debug/__cdist_debug/

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-10-19 14:58:25 +02:00
parent ef5eb34274
commit 1fb96c0fc2
1 changed files with 1 additions and 1 deletions

View File

@ -111,4 +111,4 @@ class ManifestTestCase(unittest.TestCase):
def test_debug_env_setup(self):
self.log.setLevel(logging.DEBUG)
manifest = cdist.core.manifest.Manifest(self.target_host, self.local)
self.assertTrue("__debug" in manifest.env)
self.assertTrue("__cdist_debug" in manifest.env)