forked from ungleich-public/cdist
fix output, compare string with string not string with list
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
ccbd0f1d84
commit
272b8722c1
2 changed files with 5 additions and 3 deletions
2
test.py
2
test.py
|
|
@ -139,7 +139,9 @@ class Config(unittest.TestCase):
|
|||
manifest_fd.close()
|
||||
|
||||
try:
|
||||
print("a")
|
||||
self.config.run_initial_manifest()
|
||||
print("b")
|
||||
except cdist.Error:
|
||||
failed = True
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue