From: Charles-Henri Bruyand Date: Mon, 6 Dec 2021 11:49:37 +0000 (+0100) Subject: Update regression-tests.dnsdist/test_Responses.py X-Git-Tag: auth-4.7.0-alpha1~123^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11059%2Fhead;p=thirdparty%2Fpdns.git Update regression-tests.dnsdist/test_Responses.py Co-authored-by: Remi Gacogne --- diff --git a/regression-tests.dnsdist/test_Responses.py b/regression-tests.dnsdist/test_Responses.py index 2b0fa74f40..02aafae008 100644 --- a/regression-tests.dnsdist/test_Responses.py +++ b/regression-tests.dnsdist/test_Responses.py @@ -257,8 +257,8 @@ class TestResponseRuleLimitTTL(DNSDistTest): addResponseAction("min.responses.tests.powerdns.com.", SetMinTTLResponseAction(highttl)) addResponseAction("max.responses.tests.powerdns.com.", SetMaxTTLResponseAction(lowttl)) - addResponseAction("ffi.min.limitttl.responses.tests.powerdns.com.", LuaResponseAction(luaFFISetMinTTL)) - addResponseAction("ffi.max.limitttl.responses.tests.powerdns.com.", LuaResponseAction(luaFFISetMaxTTL)) + addResponseAction("ffi.min.limitttl.responses.tests.powerdns.com.", LuaFFIResponseAction(luaFFISetMinTTL)) + addResponseAction("ffi.max.limitttl.responses.tests.powerdns.com.", LuaFFIResponseAction(luaFFISetMaxTTL)) """ def testLimitTTL(self):