Skip to content

Commit e02dd76

Browse files
committed
chore: Update smoke test health check to use liveness endpoint.
1 parent da26953 commit e02dd76

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)