Fix iptables test_flush

This commit is contained in:
Colton Myers 2015-04-16 16:05:44 -06:00
parent 7ab3c441e6
commit fd036278e8

View File

@ -354,7 +354,7 @@ class IptablesTestCase(TestCase):
{'iptables.flush': mock}):
ret.update({'changes': {'locale': 'salt'},
'comment': 'Flush iptables rules in '
' table chain ipv4 family',
'filter table chain ipv4 family',
'result': True})
self.assertDictEqual(iptables.flush('salt',
table='', chain=''),