mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-25 17:01:41 +03:00
d107b79c63
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.