Skip to content

Commit

Permalink
pytest fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BuweiChen committed Apr 16, 2024
1 parent 9990ca8 commit 68b90a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ def test_reload_chat_exception(client):
# Test case when no UID is provided
def test_verify_course_code_no_uid_provided(client):
response = client.post("/api/verify_course_code", json={})
assert response.status_code == 500
assert response.status_code == 400


# Test case when the course code exists
Expand Down

0 comments on commit 68b90a1

Please sign in to comment.