Fix after rebase.
This commit is contained in:
parent
6956e0b56c
commit
7f60f70380
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ class ConfigRunTestCase(test.CdistTestCase):
|
||||||
first = self.object_index['__first/man']
|
first = self.object_index['__first/man']
|
||||||
first.requirements = ['__nosuchtype/not/exist']
|
first.requirements = ['__nosuchtype/not/exist']
|
||||||
self.assertRaisesCdistObjectError(
|
self.assertRaisesCdistObjectError(
|
||||||
cdist.core.cdist_type.NoSuchTypeError,
|
cdist.core.cdist_type.InvalidTypeError,
|
||||||
self.config.iterate_until_finished)
|
self.config.iterate_until_finished)
|
||||||
|
|
||||||
def test_requirement_singleton_where_no_singleton(self):
|
def test_requirement_singleton_where_no_singleton(self):
|
||||||
|
|
Loading…
Reference in a new issue