From d4ba4e9e10b51923bcaf964ee86d7ca4cfb60008 Mon Sep 17 00:00:00 2001 From: warriorstar-orion Date: Wed, 17 Sep 2025 14:37:18 -0400 Subject: [PATCH] properly enable DB for tests (#30471) * properly enable DB for tests * add ci db user/pass --- config/tests/config_unit_tests.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/tests/config_unit_tests.toml b/config/tests/config_unit_tests.toml index d5ccfe0b105..71623ac6cf3 100644 --- a/config/tests/config_unit_tests.toml +++ b/config/tests/config_unit_tests.toml @@ -11,4 +11,6 @@ maximum_lavaland_zlevels = 0 enabled = false [database_configuration] -enabled = true +sql_enabled = true +sql_username = "root" +sql_password = "root"