Skip to content

Commit

Permalink
Update sidecar/app/helpers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eriktaubeneck authored Sep 27, 2024
1 parent 1b0f4d9 commit 8a9dcb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidecar/app/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8a9dcb2

Please sign in to comment.