From: Arran Cudbard-Bell Date: Mon, 19 Jul 2021 22:18:50 +0000 (-0500) Subject: Fix test X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efcdaa4a4d7e3e9f7417b6701730a8144e290e06;p=thirdparty%2Ffreeradius-server.git Fix test --- diff --git a/src/tests/modules/rest/rest_xlat.unlang b/src/tests/modules/rest/rest_xlat.unlang index d455f13f7c9..178c5e29ca0 100644 --- a/src/tests/modules/rest/rest_xlat.unlang +++ b/src/tests/modules/rest/rest_xlat.unlang @@ -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 }