From: Remi Gacogne Date: Mon, 19 Apr 2021 12:06:26 +0000 (+0200) Subject: rec: Fix the proxy protocol regression tests X-Git-Tag: dnsdist-1.6.0-rc2~18^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10303%2Fhead;p=thirdparty%2Fpdns.git rec: Fix the proxy protocol regression tests --- 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):