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 0b97762 commit 81ae570Copy full SHA for 81ae570
tests/test_lib.py
@@ -24,12 +24,6 @@ def test(entry):
24
pytest.xfail("unsupported parameter")
25
26
if entry.get("expected_obj") == "error":
27
- if (
28
- isinstance(entry["pattern"][0], dict)
29
- and entry["pattern"][0].get("hostname") == "bad\\:hostname"
30
- ):
31
- pytest.xfail("unknown")
32
-
33
with pytest.raises(Exception):
34
URLPattern(*entry["pattern"])
35
return
0 commit comments