From d3fa7e19302c5b3573b59723cc94daebdc188eca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Fri, 2 Jun 2023 12:17:16 +0200 Subject: [PATCH] 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. --- bin/tests/system/hooks/tests_async_plugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/tests/system/hooks/tests_async_plugin.py b/bin/tests/system/hooks/tests_async_plugin.py index 48f9feefbd..2f42e27379 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