Skip to content

Commit 05f7b13

Browse files
committed
Drop test_single_fqdn_as_unicode
1 parent 7a1d8cd commit 05f7b13

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tests/test_suite_extractor.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@ def test_single_fqdn(self):
2323
"FQDN single string: wrong data type.",
2424
)
2525

26-
def test_single_fqdn_as_unicode(self):
27-
self.assertEqual(
28-
self.extractor.check_string(value="www.m\u00fcnchen.de"),
29-
"fqdn",
30-
"FQDN single string: wrong data type.",
31-
)
32-
3326
def test_single_domain(self):
3427
self.assertEqual(
3528
self.extractor.check_string(value="google.de"),

0 commit comments

Comments
 (0)