Fix mock tests

This commit is contained in:
Tour
2025-12-07 11:08:59 +01:00
parent 11a76e0292
commit 43b5fc03fd
8 changed files with 322 additions and 94 deletions

View File

@@ -20,7 +20,7 @@ set -e # Exit on error
# Configuration
REMOTE_HOST="tour@athena.lan"
REMOTE_VOLUME="shared-auction-data"
LOCAL_DB_PATH="c:/mnt/okcomputer/cache.db"
LOCAL_DB_PATH="c:/mnt/okcomputer/output/cache.db"
LOCAL_IMAGES_PATH="c:/mnt/okcomputer/images"
REMOTE_TMP="/tmp"