Skip to content

Commit

Permalink
Fix iptables test_flush
Browse files Browse the repository at this point in the history
  • Loading branch information
basepi committed Apr 16, 2015
1 parent 7ab3c44 commit fd03627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/states/iptables_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,8 @@ def test_flush(self):
with patch.dict(iptables.__salt__,
{'iptables.flush': mock}):
ret.update({'changes': {'locale': 'salt'},
'comment': 'Flush iptables rules in'
' table chain ipv4 family',
'comment': 'Flush iptables rules in '
'filter table chain ipv4 family',
'result': True})
self.assertDictEqual(iptables.flush('salt',
table='', chain=''),
Expand Down

0 comments on commit fd03627

Please sign in to comment.