update test for upcomming change: /__debug/__cdist_debug/
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
ef5eb34274
commit
1fb96c0fc2
1 changed files with 1 additions and 1 deletions
|
@ -111,4 +111,4 @@ class ManifestTestCase(unittest.TestCase):
|
||||||
def test_debug_env_setup(self):
|
def test_debug_env_setup(self):
|
||||||
self.log.setLevel(logging.DEBUG)
|
self.log.setLevel(logging.DEBUG)
|
||||||
manifest = cdist.core.manifest.Manifest(self.target_host, self.local)
|
manifest = cdist.core.manifest.Manifest(self.target_host, self.local)
|
||||||
self.assertTrue("__debug" in manifest.env)
|
self.assertTrue("__cdist_debug" in manifest.env)
|
||||||
|
|
Loading…
Reference in a new issue