Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
fix the failing unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jiakai-li committed Sep 9, 2024
1 parent ec09772 commit 9d2833b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/test/unit/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ def test_should_handle_redis_connection_error(mock_redis, http_client):
mock_redis.return_value.incr.side_effect = ConnectionError
response = http_client.get("/")
assert response.status_code == 500
assert response.text == "Sorry, something went wrong \N{pensive face}"
assert response.text == "Sorry, something went wrong \N{thinking face}"

0 comments on commit 9d2833b

Please sign in to comment.