mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 18:11:23 +00:00
The test 'falls back to most recent session when no to is provided' was using resolveStorePath() which returns the real ~/.warelay/sessions.json. This overwrote production session data with test values, causing session fragmentation issues. Changed to use a temp directory like other tests.