mirror of
https://github.com/readur/readur.git
synced 2026-02-09 00:19:37 -06:00
fix(tests): fix last broken unit test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user