Re-add a code comment to the "hooks" system test
Commit 5a84c7a09b removed a useful code
comment from the "hooks" system test. Add it back to prevent confusion.
This commit is contained in:
committed by
Michal Nowak
parent
f251588176
commit
eb88490e91
@@ -23,4 +23,5 @@ def test_async_hook(named_port):
|
||||
"A",
|
||||
)
|
||||
ans = dns.query.udp(msg, "10.53.0.1", timeout=10, port=named_port)
|
||||
# the test-async plugin changes the status of any positive answer to NOTIMP
|
||||
assert ans.rcode() == dns.rcode.NOTIMP
|
||||
|
||||
Reference in New Issue
Block a user