Skip to content

Commit 23c720a

Browse files
committed
Fix a comment
1 parent 50f9936 commit 23c720a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_labthing_exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def test_blank_exception(app):
6565
e = Exception()
6666
e.message = None
6767

68-
# Test a 404 HTTPException
68+
# Test an empty Exception
6969
response = error_handler.std_handler(e)
7070

7171
response_json = json.dumps(response[0])

0 commit comments

Comments
 (0)