Typo: missing closing parenthesis

This commit is contained in:
Michael Lustfield 2016-12-02 14:57:12 -06:00 committed by GitHub
parent 756e41caf2
commit b6b1adc091

View file

@ -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'))