test: cicd fix path cli

This commit is contained in:
Benjamin Labrecque
2026-07-27 10:57:22 +02:00
parent 604bf960a0
commit f9c44a07c7
+1 -1
View File
@@ -12,7 +12,7 @@ class Paths(BaseSettings):
# fmt: off
repo_root: DirectoryPath = REPO_ROOT
services_dir: DirectoryPath = Path("Services")
services_dir: DirectoryPath = Path("services")
qt_dir: DirectoryPath = Path("qt")
service_registry_file: FilePath = Path("config/services_registry.yml")