We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da26953 commit e02dd76Copy full SHA for e02dd76
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