We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50f9936 commit 23c720aCopy full SHA for 23c720a
tests/test_labthing_exceptions.py
@@ -65,7 +65,7 @@ def test_blank_exception(app):
65
e = Exception()
66
e.message = None
67
68
- # Test a 404 HTTPException
+ # Test an empty Exception
69
response = error_handler.std_handler(e)
70
71
response_json = json.dumps(response[0])
0 commit comments