mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-05 08:10:39 +00:00
The active_settings_path_honors_fabro_config_env test was using an EnvGuard that called std::env::set_var/remove_var — unsafe shared mutable state in a parallel test binary. Extract active_settings_path_with_lookup that takes an env-lookup closure (same pattern as resolve_auth_mode_with_lookup in jwt_auth.rs). Rewrite the test to inject the env value via the closure. Delete the EnvGuard struct — no remaining callers. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| crates | ||
| packages/fabro-api-client | ||