mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Typo: missing closing parenthesis
This commit is contained in:
parent
756e41caf2
commit
b6b1adc091
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ class DebianIpTestCase(TestCase):
|
|||
self.assertListEqual(debian_ip.get_interface('lo'),
|
||||
[u'auto lo\n',
|
||||
u'iface lo inet loopback\n',
|
||||
u'\n']
|
||||
u'\n'])
|
||||
|
||||
mock = MagicMock(side_effect=jinja2.exceptions.TemplateNotFound
|
||||
('error'))
|
||||
|
|
Loading…
Add table
Reference in a new issue