Skip to content

Commit

Permalink
Corrected spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
abates committed Apr 26, 2024
1 parent 086b8ad commit 41eccd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/cisco_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ def testObjectGroupInet6(self):
pol = policy.ParsePolicy(
GOOD_OBJGRP_HEADER_2 + GOOD_TERM_2 + GOOD_TERM_18, self.naming)
acl = cisco.Cisco(pol, EXP_INFO)
self.assertNotIn(' permit ip net-group SOME_HOST net-group SOME_HOME', str(acl))
self.assertNotIn(' permit ip net-group SOME_HOST net-group SOME_HOST', str(acl))
self.naming.GetNetAddr.assert_has_calls([mock.call('SOME_HOST'),
mock.call('SOME_HOST')])

Expand Down

0 comments on commit 41eccd5

Please sign in to comment.