We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a1d8cd commit 05f7b13Copy full SHA for 05f7b13
1 file changed
tests/test_suite_extractor.py
@@ -23,13 +23,6 @@ def test_single_fqdn(self):
23
"FQDN single string: wrong data type.",
24
)
25
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
-
33
def test_single_domain(self):
34
self.assertEqual(
35
self.extractor.check_string(value="google.de"),
0 commit comments