Phase 0 (miroir-qon): Add serial_test annotation to fix test race condition

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
jedarden 2026-05-09 02:14:37 -04:00
parent ad6bbb5af2
commit a656c0ea9a

View file

@ -210,6 +210,7 @@ mod tests {
}
#[test]
#[serial_test::serial]
fn test_empty_key_is_ignored() {
env::set_var(ENV_VAR, "");
let result = load_admin_key(Some("flag-key".to_string())).unwrap();