From bf073692265a1c81d4a237dd9c14c67379b13c1b Mon Sep 17 00:00:00 2001 From: W Anders Date: Thu, 9 Jan 2025 08:24:48 -0700 Subject: [PATCH] fixed testing netbox healthcheck test that was stalling tests --- .testing/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.testing/docker-compose.yml b/.testing/docker-compose.yml index 185d24a..075184b 100644 --- a/.testing/docker-compose.yml +++ b/.testing/docker-compose.yml @@ -14,7 +14,7 @@ services: start_period: 60s timeout: 3s interval: 15s - test: "curl -f http://localhost:8080/api/ || exit 1" + test: "curl -f http://localhost:8080/login/ || exit 1" ports: - "9999:8080"