Skip to content

Commit

Permalink
update: update test case
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-Shen committed Feb 21, 2025
1 parent 10ae011 commit 5bae632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labelu/tests/internal/adapter/routers/test_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,5 @@ def test_user_not_found(self, client: TestClient, db: Session) -> None:
r = client.post(f"{settings.API_V1_STR}/users/logout", headers=headers)

# check
assert r.status_code == 404
assert r.status_code == 401
assert r.json()["err_code"] == 40002

0 comments on commit 5bae632

Please sign in to comment.