Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Ruben Fiszel
2026-02-09 21:13:52 +00:00
parent 8e7fd16925
commit b4bd908d94
+1 -1
View File
@@ -296,7 +296,7 @@ async fn test_user_endpoints(db: Pool<Postgres>) -> anyhow::Result<()> {
.await
.unwrap();
assert!(
resp.status() == 401 || resp.status() == 500,
resp.status() == 400 || resp.status() == 401 || resp.status() == 500,
"login: unexpected status {}",
resp.status()
);