]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth: fix typo in tests
authorCharles-Henri Bruyand <charles-henri.bruyand@open-xchange.com>
Wed, 31 Jan 2024 13:25:34 +0000 (14:25 +0100)
committerCharles-Henri Bruyand <charles-henri.bruyand@open-xchange.com>
Fri, 9 Feb 2024 10:33:34 +0000 (11:33 +0100)
regression-tests.auth-py/test_LuaRecords.py

index 75fe646a5b8998708a229a233719944a973d1818..42aac90372a838b4fa9ff5ffd4abbf70d6a384bc 100644 (file)
@@ -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' }} )"