Skip to content

Commit

Permalink
Fixed linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
felder101 committed Mar 15, 2024
1 parent 014d387 commit 1869c1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion training/tests/test_api_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,5 @@ def test_edit_user_details_same_user(mock_user_repo: UserRepository, goodJWT: st
json=updated_user.model_dump(),
headers={"Authorization": f"Bearer {goodJWT}"}
)
assert response.status_code == status.HTTP_403_FORBIDDEN
assert response.status_code == status.HTTP_403_FORBIDDEN

0 comments on commit 1869c1b

Please sign in to comment.