Re-add a code comment to the "hooks" system test
Commit da74157440 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
2d69829850
commit
d3fa7e1930
@@ -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