mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
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:
parent
2d69829850
commit
d3fa7e1930
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue