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:
parent
ad6bbb5af2
commit
a656c0ea9a
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue