mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
test_line_insert_end fixed
This commit is contained in:
parent
7d6e3ad2e2
commit
935a9b9d56
1 changed files with 1 additions and 1 deletions
|
@ -1260,7 +1260,7 @@ class FilemodLineTests(TestCase, LoaderModuleMockMixin):
|
|||
' base:',
|
||||
' - /srv/salt',
|
||||
' - /srv/sugar',
|
||||
cfg_content
|
||||
' ' + cfg_content
|
||||
])
|
||||
|
||||
isfile_mock = MagicMock(side_effect=lambda x: True if x == name else DEFAULT)
|
||||
|
|
Loading…
Add table
Reference in a new issue