Skip to content

Commit 1a0739d

Browse files
committed
remove '&' again
1 parent 38bc758 commit 1a0739d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/modules/rest/rest_xlat.unlang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ if (!(control.User-Name[0] == 'Bob') || !(control.User-Name[1] == 'dummy')) {
7575
test_fail
7676
}
7777

78-
test_string := %json.encode('&request.NAS-IP-Address')
78+
test_string := %json.encode('request.NAS-IP-Address')
7979

8080
# POST to https with JSON body data
8181
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

Comments
 (0)