We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38bc758 commit 1a0739dCopy full SHA for 1a0739d
src/tests/modules/rest/rest_xlat.unlang
@@ -75,7 +75,7 @@ if (!(control.User-Name[0] == 'Bob') || !(control.User-Name[1] == 'dummy')) {
75
test_fail
76
}
77
78
-test_string := %json.encode('&request.NAS-IP-Address')
+test_string := %json.encode('request.NAS-IP-Address')
79
80
# POST to https with JSON body data
81
result_string := %rest('POST', "https://%{server_host}:%uri.safe(%{server_ssl_port})/user/%{User-Name}/mac/%{Called-Station-Id}?section=accounting", %{test_string})
0 commit comments