]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Correct action-return test
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 21 Mar 2021 20:36:13 +0000 (20:36 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 31 Mar 2021 15:08:12 +0000 (16:08 +0100)
src/tests/keywords/action-return

index 890b4a6aad9e448e3754bee631e93affa85bc2eb..8c38cd396e522a285b3461c9fea850db50217b68 100644 (file)
@@ -15,7 +15,7 @@ if (1) {
        }
 
        actions {
-               noop = return
+               ok = return
        }
 }