update tests

This commit is contained in:
maxDorninger
2025-07-11 13:35:38 +02:00
parent cdc3434b17
commit 661e31eb50
2 changed files with 21 additions and 9 deletions

View File

@@ -20,7 +20,7 @@ from media_manager.torrent.config import TorrentConfig
config_path = os.getenv("CONFIG_FILE")
if config_path is None:
config_path = Path(__file__).parent.parent / "data" / "config.toml"
config_path = Path(__file__).parent.parent / "config.toml"
else:
config_path = Path(config_path)