Skip to content

Commit

Permalink
Update test case to unflag invalid ipv4
Browse files Browse the repository at this point in the history
  • Loading branch information
perryzjc committed Nov 19, 2023
1 parent 244e3a8 commit cc56cac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/plugins/ip_public_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ class TestIPv4:
# Invalid IPv4 addresses
('256.256.256.256', False),
('1.2.3', False),
('1.2.3.4.5.6', True),
('1.2.3.4.5.6.7.8', '2'),
('1.2.3.4.5.6', False),
('1.2.3.4.5.6.7.8', False),
('1.2.3.04', True),
('noreply@github.com', False),
('github.com', False),
Expand Down

0 comments on commit cc56cac

Please sign in to comment.