mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-24 00:51:19 +00:00
test_secret_store_path() placed secrets directly in /tmp/, meaning all tests shared /tmp/server.env. Under parallel nextest, tests that needed SESSION_SECRET would race on this file, and tests that didn't provide one (auth_login_github_redirects_to_github) would accidentally inherit it from another test. Fix: each test now gets its own temp directory via a ULID-keyed subdirectory. Also fix the github redirect test to explicitly provide its session key. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| tests | ||
| Cargo.toml | ||