]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
update for changed parser behavior
authorAlan T. DeKok <aland@freeradius.org>
Sat, 11 Feb 2023 16:28:52 +0000 (11:28 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Sat, 11 Feb 2023 17:03:59 +0000 (12:03 -0500)
src/tests/unit/xlat/cond_base.txt

index 041fb6a3cf6666acdae0b8c4dcd9417c7419f731..8670d49c84466d845ba837f053ba2804755e520a 100644 (file)
@@ -575,7 +575,7 @@ xlat_purify request.Foo == 'request.Foo'
 match true
 
 xlat_purify &request.Foo == 'request.Foo'
-match ERROR offset 10: Attribute 'Foo' not found in namespace 'internal': Unresolved attributes are not allowed here
+match ERROR offset 10: Attribute 'Foo' not found.  Searched in: RADIUS, internal: Unresolved attributes are not allowed here
 
 xlat_purify &not-a-list.User-Name == &not-a-list.User-Name
 match ERROR offset 2: Attribute 'not' not found.  Searched in: RADIUS, internal: Unresolved attributes are not allowed here