Fix after rebase.

This commit is contained in:
Darko Poljak 2017-11-21 23:16:45 +01:00 committed by Darko Poljak
parent 6956e0b56c
commit 7f60f70380
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ class ConfigRunTestCase(test.CdistTestCase):
first = self.object_index['__first/man']
first.requirements = ['__nosuchtype/not/exist']
self.assertRaisesCdistObjectError(
cdist.core.cdist_type.NoSuchTypeError,
cdist.core.cdist_type.InvalidTypeError,
self.config.iterate_until_finished)
def test_requirement_singleton_where_no_singleton(self):