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 0b351c6 commit a23f7a9Copy full SHA for a23f7a9
tests/handler_async_test.py
@@ -65,6 +65,8 @@ async def test_get_details():
65
assert privacy["proxy"] == False
66
assert privacy["tor"] == False
67
assert privacy["hosting"] == False
68
+ assert privacy["relay"] == False
69
+ assert "service" not in privacy
70
71
abuse = details.abuse
72
assert (
tests/handler_test.py
@@ -62,6 +62,8 @@ def test_get_details():
62
63
64
0 commit comments