From 1d3ea4cf67b5e1565ed619f5015420481e1c87f3 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 19 Apr 2021 14:06:26 +0200 Subject: [PATCH] rec: Fix the proxy protocol regression tests --- regression-tests.recursor-dnssec/test_ProxyProtocol.py | 1 + 1 file changed, 1 insertion(+) diff --git a/regression-tests.recursor-dnssec/test_ProxyProtocol.py b/regression-tests.recursor-dnssec/test_ProxyProtocol.py index 8200dcacdc..f28020f58d 100644 --- a/regression-tests.recursor-dnssec/test_ProxyProtocol.py +++ b/regression-tests.recursor-dnssec/test_ProxyProtocol.py @@ -11,6 +11,7 @@ except NameError: pass from recursortests import RecursorTest +from proxyprotocol import ProxyProtocol class ProxyProtocolRecursorTest(RecursorTest): -- 2.47.2