]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix test
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 19 Jul 2021 22:18:50 +0000 (17:18 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 19 Jul 2021 22:18:50 +0000 (17:18 -0500)
src/tests/modules/rest/rest_xlat.unlang

index d455f13f7c9d404bee7ba7beb0c3f3cd790a15c8..178c5e29ca0848e69bcbe042a6d025a3eb14d864 100644 (file)
@@ -36,7 +36,7 @@ update control {
        &Tmp-String-1 := "%(rest:http://%{Tmp-String-0}:%{NAS-Port}/test.txt)"
 }
 
-if ((&Module-Failure-Message != "Tainted value not allowed for port") || (&control.Tmp-String-1 != "")) {
+if ((&Module-Failure-Message != "Failed escaping URI: Tainted value not allowed for port") || (&control.Tmp-String-1 != "")) {
        test_fail
 }