test: run phase 22 verification

This commit is contained in:
voltsrage
2026-06-23 17:28:44 +08:00
parent c38334690c
commit 729c19830c
+1 -1
View File
@@ -18,7 +18,7 @@ echo "==> Stop central API to buffer events on gateway"
# Stop only central API process/container — gateway stack stays up
ENCOUNTER_ID=$(curl -sf "$GATEWAY/api/v1/encounters?status=ACTIVE&department=ICU" \
-H "Authorization: Bearer ${GATEWAY_JWT:?Set GATEWAY_JWT}" | jq -r '.data.items[0].id')
-H "Authorization: Bearer ${GATEWAY_JWT:?Set GATEWAY_JWT}" | jq -r '.data.items[0].encounterId')
echo "==> Post observations to gateway while central down"
for i in $(seq 1 10); do