fix(tests): fix last broken unit test

This commit is contained in:
perf3ct 2025-06-20 22:59:20 +00:00
parent cf01284fbe
commit d5e60f342e
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ async fn test_invalid_authentication_scenarios() {
.await
.expect("Request should complete");
assert_eq!(response.status(), 400);
assert_eq!(response.status(), 401);
println!("✅ Empty credentials properly rejected");
// Test 2: Invalid username format