From 6ddfd4e805fd9c77ae8a6704530a49910e533ac0 Mon Sep 17 00:00:00 2001 From: Georges-Antoine Assi Date: Thu, 24 Jul 2025 23:45:18 -0400 Subject: [PATCH] include empty config tests --- .gitignore | 1 - backend/romm_test/config/config.yml | 0 2 files changed, 1 deletion(-) create mode 100644 backend/romm_test/config/config.yml diff --git a/.gitignore b/.gitignore index a3e2b05c8..c85945774 100644 --- a/.gitignore +++ b/.gitignore @@ -53,7 +53,6 @@ romm_mock # testing backend/romm_test/resources backend/romm_test/logs -backend/romm_test/config .pytest_cache /romm_test .coverage diff --git a/backend/romm_test/config/config.yml b/backend/romm_test/config/config.yml new file mode 100644 index 000000000..e69de29bb