Skip to content

Commit f45783e

Browse files
committed
Add test cases for 933d429
Previously we didn't test this particular case and we found a bug in our validation. Now let's add an example of it as a valid host name so we do actually test and prove that it is valid.
1 parent 628e7d2 commit f45783e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
'[21DA:D3:0:2F3B:2AA:FF:FE28:9C5A]',
1616
'[FE80::2AA:FF:FE9A:4CA2]',
1717
'[FF02::2]',
18+
'[FFFF::]',
1819
'[FF02:3::5]',
1920
'[FF02:0:0:0:0:0:0:2]',
2021
'[FF02:30:0:0:0:0:0:5]',

0 commit comments

Comments
 (0)