From: Nick Porter Date: Tue, 21 May 2024 08:13:32 +0000 (+0100) Subject: Correct test data X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd67e4ab479bd3c3582f6d73f51f535af3886daf;p=thirdparty%2Ffreeradius-server.git Correct test data --- diff --git a/src/tests/modules/sql/groups_no_profiles.unlang b/src/tests/modules/sql/groups_no_profiles.unlang index 32f1d37a3e2..54ffb60afcf 100644 --- a/src/tests/modules/sql/groups_no_profiles.unlang +++ b/src/tests/modules/sql/groups_no_profiles.unlang @@ -15,7 +15,7 @@ # # Insert new test data # -%sql("${insert_into_radcheck} ('group_profile_user_a', 'Password.Cleartext', ':=', 'invalidsecret')") +%sql("${insert_into_radcheck} ('groups_no_profile_user', 'Password.Cleartext', ':=', 'invalidsecret')") %sql("INSERT INTO radusergroup (username, groupname, priority) VALUES ('groups_no_profiles_user', 'group_no_profile_a', 200)") diff --git a/src/tests/modules/sql/groups_then_profiles.unlang b/src/tests/modules/sql/groups_then_profiles.unlang index 70894f6b1a0..103de658561 100644 --- a/src/tests/modules/sql/groups_then_profiles.unlang +++ b/src/tests/modules/sql/groups_then_profiles.unlang @@ -15,7 +15,7 @@ # # Insert new test data # -%sql("${insert_into_radcheck} ('group_profile_user_a', 'Password.Cleartext', ':=', 'invalidsecret')") +%sql("${insert_into_radcheck} ('groups_profile_user_a', 'Password.Cleartext', ':=', 'invalidsecret')") %sql("INSERT INTO radusergroup (username, groupname, priority) VALUES ('groups_profile_user_a', 'group_profile_a', 100)")