Skip to content

Commit 480cdc5

Browse files
committed
feat: Update smoke test health check to use /actuator/health/liveness endpoint.
1 parent 477d397 commit 480cdc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/smoke-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ echo "Starting smoke tests against $SERVICE_URL..."
99

1010
# Function to check health
1111
check_health() {
12-
local url="$1/actuator/health"
12+
local url="$1/actuator/health/liveness"
1313

1414
# Get HTTP response code and body
1515
local response=$(curl -s -w "\n%{http_code}" "$url")

0 commit comments

Comments
 (0)