Commit 6a43b910 by Calen Pennington

Fix documentation on the health view

parent 72acbf60
...@@ -31,7 +31,7 @@ def health(_): ...@@ -31,7 +31,7 @@ def health(_):
>>> response.status_code >>> response.status_code
200 200
>>> response.content >>> response.content
'{"overall_status": "OK", "detailed_status": {"database_status": "OK", "lms_status": "OK"}}' '{"overall_status": "OK", "detailed_status": {"database_status": "OK"}}'
""" """
try: try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment