We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
/actuator/health/liveness
1 parent 477d397 commit 480cdc5Copy full SHA for 480cdc5
1 file changed
scripts/smoke-test.sh
@@ -9,7 +9,7 @@ echo "Starting smoke tests against $SERVICE_URL..."
9
10
# Function to check health
11
check_health() {
12
- local url="$1/actuator/health"
+ local url="$1/actuator/health/liveness"
13
14
# Get HTTP response code and body
15
local response=$(curl -s -w "\n%{http_code}" "$url")
0 commit comments