mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update test to correct iteration
This commit is contained in:
parent
a580d1c6e0
commit
59bd51f4c8
1 changed files with 3 additions and 2 deletions
|
@ -35,8 +35,9 @@ class StateCompilerTestCase(TestCase):
|
|||
# function doesn't return anything. However, we do want
|
||||
# to make sure that the function doesn't stacktrace when
|
||||
# called.
|
||||
ret = {'changes': {'Français': {'old': 'something old',
|
||||
'new': 'something new'}}}
|
||||
ret = {'changes': {u'Français': {'old': 'something old',
|
||||
'new': 'something new'}},
|
||||
'result': True}
|
||||
state.format_log(ret)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue