tests: fix changed module name

This commit is contained in:
2026-05-16 18:27:41 +03:00
parent 00e3f84f35
commit d232137e17
9 changed files with 23 additions and 27 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ from __future__ import annotations
import json
import os
from src.app.config.settings import Settings
from app.config.settings import Settings
def test_settings_creates_root_config_if_missing(tmp_path, monkeypatch):