mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Just some renames. Refs #2227.
This commit is contained in:
parent
ae7e476bfc
commit
6533c48014
@ -1,4 +1,4 @@
|
||||
issue-2227-percent-symbol:
|
||||
issue-2227:
|
||||
file.append:
|
||||
- name: /tmp/salttest/test.append
|
||||
- text: HISTTIMEFORMAT='%F %T '
|
@ -384,7 +384,7 @@ class FileTest(integration.ModuleCase):
|
||||
# Now our real test
|
||||
try:
|
||||
ret = self.run_function(
|
||||
'state.sls', mods='testappend.issue-2227-percent-symbol'
|
||||
'state.sls', mods='testappend.issue-2227'
|
||||
)
|
||||
for change in ret.values():
|
||||
self.assertTrue(isinstance(change, dict))
|
||||
@ -393,7 +393,7 @@ class FileTest(integration.ModuleCase):
|
||||
|
||||
# It should not append text again
|
||||
ret = self.run_function(
|
||||
'state.sls', mods='testappend.issue-2227-percent-symbol'
|
||||
'state.sls', mods='testappend.issue-2227'
|
||||
)
|
||||
for change in ret.values():
|
||||
self.assertTrue(isinstance(change, dict))
|
||||
|
Loading…
Reference in New Issue
Block a user