From: Nick Porter Date: Mon, 30 Jan 2023 13:52:15 +0000 (+0000) Subject: Correct module config for rest module test X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb294034555435b285e80f0de29cd669a8bd333a;p=thirdparty%2Ffreeradius-server.git Correct module config for rest module test --- diff --git a/src/tests/modules/rest/module.conf b/src/tests/modules/rest/module.conf index 9f38334c283..b3d3580e322 100644 --- a/src/tests/modules/rest/module.conf +++ b/src/tests/modules/rest/module.conf @@ -41,7 +41,7 @@ rest { } accounting { - uri = "https://$ENV{REST_TEST_SERVER}:$ENV{REST_TEST_SERVER_SSL_PORT}/user/%{User-Name}/mac/%{Called-Station-ID}?action=post-auth" + uri = "https://$ENV{REST_TEST_SERVER}:$ENV{REST_TEST_SERVER_SSL_PORT}/user/%{User-Name}/mac/%{Called-Station-ID}?action=post-auth§ion=accounting" method = 'POST' body = 'json' data = '{"NAS": "%{NAS-IP-Address}", "Password": "%{User-Password}", "Verify": true}'