From be4b4ed5898e88bd7758313c566814b8ba15703b Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Sat, 18 Jan 2025 20:47:31 -0500 Subject: [PATCH] add :: for enums --- src/tests/modules/radutmp/test.unlang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tests/modules/radutmp/test.unlang b/src/tests/modules/radutmp/test.unlang index 0a81f3d5cc..dbaac590da 100644 --- a/src/tests/modules/radutmp/test.unlang +++ b/src/tests/modules/radutmp/test.unlang @@ -25,7 +25,7 @@ if !(&NAS-Port == &control.NAS-Port) { # Use an Interim-Update and different Framed-IP-Address to check record update # &Framed-IP-Address := 10.0.10.100 -&Acct-Status-Type := Interim-Update +&Acct-Status-Type := ::Interim-Update radutmp.accounting @@ -44,7 +44,7 @@ if !(&Framed-IP-Address == &control.Framed-IP-Address) { # # Now use a Stop to clear the user's session # -&Acct-Status-Type := Stop +&Acct-Status-Type := ::Stop radutmp.accounting -- 2.47.3