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.19.14~2^2~5 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=eb88490e91688181b9793282f1ee1398848a29e9;p=thirdparty%2Fbind9.git Re-add a code comment to the "hooks" system test Commit 5a84c7a09bccf124b9f10a2bc25bb635d822eec2 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