diff --git a/api/chalicelib/core/health.py b/api/chalicelib/core/health.py index c6a33bc60..97ddeeafe 100644 --- a/api/chalicelib/core/health.py +++ b/api/chalicelib/core/health.py @@ -206,8 +206,7 @@ def get_health(): return __process_health(health_map=health_map) - -def __process_health(tenant_id, health_map): +def __process_health(health_map): for parent_key in health_map.keys(): if config(f"SKIP_H_{parent_key.upper()}", cast=bool, default=False): health_map.pop(parent_key)