test: run phase 22 verification
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user