diff --git a/ee/api/chalicelib/core/health.py b/ee/api/chalicelib/core/health.py index 4d75deb7c..1a84a9715 100644 --- a/ee/api/chalicelib/core/health.py +++ b/ee/api/chalicelib/core/health.py @@ -95,7 +95,7 @@ def __check_be_service(service_name): # fail_response["details"]["errors"].append(results.text) except: print("couldn't get response") - fail_response["details"]["errors"].append(str(e)) + # fail_response["details"]["errors"].append(str(e)) return fail_response return { "health": True,