mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Show objects on assertion failure
This commit is contained in:
parent
0281fc5b50
commit
15ab061b8c
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ class TestSerializers(TestCase):
|
|||
|
||||
# BLAAM! yml_src is not valid !
|
||||
final_obj = OrderedDict(yaml.deserialize(yml_src))
|
||||
assert obj != final_obj
|
||||
assert obj != final_obj, 'Objects matched! {} == {}'.format(obj, final_obj)
|
||||
|
||||
@skipIf(not yamlex.available, SKIP_MESSAGE % 'sls')
|
||||
def test_sls_aggregate(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue