]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update regression-tests.dnsdist/test_Responses.py 11059/head
authorCharles-Henri Bruyand <charles-henri.bruyand@open-xchange.com>
Mon, 6 Dec 2021 11:49:37 +0000 (12:49 +0100)
committerCharles-Henri Bruyand <charles-henri.bruyand@open-xchange.com>
Mon, 6 Dec 2021 11:51:26 +0000 (12:51 +0100)
Co-authored-by: Remi Gacogne <github@coredump.fr>
regression-tests.dnsdist/test_Responses.py

index 2b0fa74f40b3011b16876165478b3dff2b665cbe..02aafae0085caa63a7aaf706ebaa0f45991ff1e5 100644 (file)
@@ -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):