diff --git a/src/cluster.py b/src/cluster.py index d4ae2ac873..ea234f5f95 100644 --- a/src/cluster.py +++ b/src/cluster.py @@ -313,7 +313,7 @@ def get_patroni_health(self) -> Dict[str, str]: timeout=API_REQUEST_TIMEOUT, ) - return r.json() + return r.json() @property def is_creating_backup(self) -> bool: