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:
Michał Kępień
2023-06-02 12:17:16 +02:00
committed by Michal Nowak
parent f251588176
commit eb88490e91

View File

@@ -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