From 49387b6db8f00ba66bf940c8606d9bfa3ddf2d39 Mon Sep 17 00:00:00 2001 From: Nick Porter Date: Fri, 6 Oct 2023 21:58:11 +0100 Subject: [PATCH] Delete from correct table --- src/tests/modules/unit_test_module.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/modules/unit_test_module.conf b/src/tests/modules/unit_test_module.conf index dfd169b415..71bbed543c 100644 --- a/src/tests/modules/unit_test_module.conf +++ b/src/tests/modules/unit_test_module.conf @@ -12,7 +12,7 @@ security { allow_vulnerable_openssl = yes } -delete_from_radacct = "DELETE FROM radcheck WHERE AcctSessionId =" +delete_from_radacct = "DELETE FROM radacct WHERE AcctSessionId =" delete_from_radcheck = "DELETE FROM radcheck WHERE username =" delete_from_radreply = "DELETE FROM radreply WHERE username =" insert_into_radcheck = "INSERT INTO radcheck (username, attribute, op, value) VALUES" -- 2.47.2