From cb5b662f19ad83633ceeb92482bacbaf9fc677d9 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 31 May 2021 15:00:59 +0200 Subject: [PATCH] auth testing: enable svc-autohints when testing autohints --- regression-tests.auth-py/test_SVCB.py | 1 + 1 file changed, 1 insertion(+) diff --git a/regression-tests.auth-py/test_SVCB.py b/regression-tests.auth-py/test_SVCB.py index 7ab4569725..dda0c02d5a 100644 --- a/regression-tests.auth-py/test_SVCB.py +++ b/regression-tests.auth-py/test_SVCB.py @@ -5,6 +5,7 @@ import dns class TestSVCBRecords(AuthTest): _config_template = """ launch=bind +svc-autohints """ _zones = { -- 2.47.2