mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fixed augeas_test.py to match True v.s. None for test_change_in_test_mode
This commit is contained in:
parent
ef75c459c0
commit
ddc238df36
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ class AugeasTestCase(TestCase):
|
|||
comt = ('Executing commands in file "/files/etc/services":\n'
|
||||
'ins service-name after service-name[last()]'
|
||||
'\nset service-name[last()] zabbix-agent')
|
||||
self.ret.update({'comment': comt, 'result': None})
|
||||
self.ret.update({'comment': comt, 'result': True})
|
||||
|
||||
with patch.dict(augeas.__opts__, {'test': True}):
|
||||
self.assertDictEqual(
|
||||
|
|
Loading…
Add table
Reference in a new issue