From: Alan T. DeKok Date: Tue, 21 Nov 2023 13:00:44 +0000 (-0500) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e35dd8a1e9465ce0692d297ae0d9f2d89aa915c7;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/src/tests/modules/rest/rest_xlat.unlang b/src/tests/modules/rest/rest_xlat.unlang index 90b9dd754be..7ac635c4f33 100644 --- a/src/tests/modules/rest/rest_xlat.unlang +++ b/src/tests/modules/rest/rest_xlat.unlang @@ -70,7 +70,7 @@ if (!(&control.Tmp-String-3[0] == 'Bob') || !(&control.Tmp-String-3[1] == 'dummy test_fail } -&control.Tmp-String-2 = %json.encode{'&request.NAS-IP-Address'} +&control.Tmp-String-2 = %json.encode('&request.NAS-IP-Address') # POST to https with JSON body data &Tmp-String-2 := "%(rest:POST https://%{Tmp-String-0}:%{Tmp-Integer-1}/user/%{User-Name}/mac/%{Called-Station-Id}?section=accounting %{control.Tmp-String-2})"