diff --git a/.github/workflows/runner-scripts/wait-node-healthy.sh b/.github/workflows/runner-scripts/wait-node-healthy.sh index 2af0673d6f..6f3e8e8656 100755 --- a/.github/workflows/runner-scripts/wait-node-healthy.sh +++ b/.github/workflows/runner-scripts/wait-node-healthy.sh @@ -60,7 +60,7 @@ while ! [[ $net_status = *\"OverallHealth\":true* ]] do net_status=$(curl --request POST "http://${host}:${port}" \ --header 'Content-Type: application/json' \ - --data-raw '{ "method":"obscuro_health", "params":null, "id":1, "jsonrpc":"2.0" }') || true + --data-raw '{ "method":"ten_health", "params":null, "id":1, "jsonrpc":"2.0" }') || true echo $net_status sleep 2