Skip to content

Commit

Permalink
Dummy commit to test sonar check
Browse files Browse the repository at this point in the history
  • Loading branch information
stdtom committed Oct 3, 2020
1 parent 8041427 commit 759b0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def test_valid_ip_range(test_input):
"192.168.0.1-192.168.0.1", # range of only one ip address
"10.0.0.1/32 - 10.0.0.5", # start ip is cidr
"a.b.c - 1.1.1.1", # start is not a valid ip
"abcde", # characters
"abcdex", # characters
],
)
def test_invalid_ip_range(test_input):
Expand Down

0 comments on commit 759b0e2

Please sign in to comment.