From: Michał Kępień Date: Fri, 2 Jun 2023 10:17:16 +0000 (+0200) Subject: Re-add a code comment to the "hooks" system test X-Git-Tag: v9.18.16~2^2~2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=d3fa7e19302c5b3573b59723cc94daebdc188eca;p=thirdparty%2Fbind9.git Re-add a code comment to the "hooks" system test Commit da74157440e02bd52e0abe6036e4e9ec7316ebd2 removed a useful code comment from the "hooks" system test. Add it back to prevent confusion. --- diff --git a/bin/tests/system/hooks/tests_async_plugin.py b/bin/tests/system/hooks/tests_async_plugin.py index 48f9feefbdf..2f42e273790 100644 --- a/bin/tests/system/hooks/tests_async_plugin.py +++ b/bin/tests/system/hooks/tests_async_plugin.py @@ -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