fix(tests): fix last broken unit test

This commit is contained in:
perf3ct
2025-06-20 22:59:20 +00:00
parent bdcfa77d21
commit ad2531a022

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