From 3eecfbe4a8f4b364389ca9a41a238ae7be5a99aa Mon Sep 17 00:00:00 2001 From: Charles-Henri Bruyand Date: Wed, 31 Jan 2024 14:25:34 +0100 Subject: [PATCH] auth: fix typo in tests --- regression-tests.auth-py/test_LuaRecords.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-tests.auth-py/test_LuaRecords.py b/regression-tests.auth-py/test_LuaRecords.py index 9e17534c183ed..a8ee07b32e78a 100644 --- a/regression-tests.auth-py/test_LuaRecords.py +++ b/regression-tests.auth-py/test_LuaRecords.py @@ -70,7 +70,7 @@ class TestLuaRecords(AuthTest): whashed.example.org. 3600 IN LUA A "pickwhashed({{ {{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' }} )"