diff --git a/sidecar/app/helpers.py b/sidecar/app/helpers.py index 608762c..c4a5b6e 100644 --- a/sidecar/app/helpers.py +++ b/sidecar/app/helpers.py @@ -55,7 +55,7 @@ def query_kill_url(self, query_id: str) -> str: def get_current_query_status(self, query_id: str) -> Status: try: - r = httpx.get(self.query_kill_url(query_id)) + r = httpx.get(self.query_status_url(query_id)) except httpx.RequestError: return Status.UNKNOWN try: