From 6a84dd6586b0c2ad902b688e35aa15272411278e Mon Sep 17 00:00:00 2001
From: ThePhaseless <kukubaorch@gmail.com>
Date: Thu, 20 Feb 2025 20:36:48 +0000
Subject: [PATCH] fix #86

---
 src/endpoints.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/endpoints.py b/src/endpoints.py
index c20c99e..d800239 100644
--- a/src/endpoints.py
+++ b/src/endpoints.py
@@ -31,7 +31,7 @@ def read_root():
 def health_check(sb: SeleniumDep):
     """Health check endpoint."""
     health_check_request = read_item(
-        LinkRequest.model_construct(url="https://prowlarr.servarr.com/v1/ping"),
+        LinkRequest.model_construct(url="https://google.com"),
         sb,
     )