Fix mock tests

Former-commit-id: 43b5fc03fd
This commit is contained in:
Tour
2025-12-07 11:08:59 +01:00
parent 89969b8234
commit fb31915b39
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"