From: Nick Porter Date: Wed, 13 Mar 2024 19:51:46 +0000 (+0000) Subject: Tidy up following false test failure X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca1b8d80f699363bcedb61a0c195cd7c5deab2f8;p=thirdparty%2Ffreeradius-server.git Tidy up following false test failure --- diff --git a/src/tests/modules/mschap/auth_winbind.unlang b/src/tests/modules/mschap/auth_winbind.unlang index 99fbac67f2b..b64a8ff70d5 100644 --- a/src/tests/modules/mschap/auth_winbind.unlang +++ b/src/tests/modules/mschap/auth_winbind.unlang @@ -15,6 +15,7 @@ mschap_winbind.authenticate { # Handle false failures # if (&Module-Failure-Message[*] == 'mschap_winbind: Unable to contact winbind!') { + &reply := {} test_pass return }