From: Charles-Henri Bruyand Date: Wed, 31 Jan 2024 13:25:34 +0000 (+0100) Subject: auth: fix typo in tests X-Git-Tag: auth-4.9.0-beta1~1^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82ed6bee96e7979ff00d79d64f763e4069ff3f2b;p=thirdparty%2Fpdns.git auth: fix typo in tests --- diff --git a/regression-tests.auth-py/test_LuaRecords.py b/regression-tests.auth-py/test_LuaRecords.py index 75fe646a5b..42aac90372 100644 --- a/regression-tests.auth-py/test_LuaRecords.py +++ b/regression-tests.auth-py/test_LuaRecords.py @@ -71,7 +71,7 @@ whashed.example.org. 3600 IN LUA A "pickwhashed({{ {{15, '1.2.3.4'} *.namehashed.example.org. 3600 IN LUA A "picknamehashed({{ {{15, '1.2.3.4'}}, {{42, '4.3.2.1'}} }})" whashed-txt.example.org. 3600 IN LUA TXT "pickwhashed({{ {{15, 'bob'}}, {{42, 'alice'}} }})" chashed.example.org. 3600 IN LUA A "pickchashed({{ {{15, '1.2.3.4'}}, {{42, '4.3.2.1'}} }})" -chashed-txt.example.org. 3600 IN LUA TXT "pickchashed({{ {{15, 'joh'}}, {{42, 'do'}} }})" +chashed-txt.example.org. 3600 IN LUA TXT "pickchashed({{ {{15, 'bob'}}, {{42, 'alice'}} }})" rand.example.org. 3600 IN LUA A "pickrandom({{'{prefix}.101', '{prefix}.102'}})" rand-txt.example.org. 3600 IN LUA TXT "pickrandom({{ 'bob', 'alice' }})" randn-txt.example.org. 3600 IN LUA TXT "pickrandomsample( 2, {{ 'bob', 'alice', 'john' }} )"