We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5e8e4a + e39a73c commit ee5445aCopy full SHA for ee5445a
scripts/tests/rosetta-sanity.sh
@@ -104,7 +104,7 @@ function run_tests_with_test_data() {
104
echo "🧪 2/6 Testing network/options endpoint"
105
assert "$(curl --no-progress-meter --request POST "${__test_data[address]}/network/options" "${DEFAULT_HEADERS[@]}" --data-raw "{\"network_identifier\":{\"blockchain\":\"$BLOCKCHAIN\",\"network\":\"${__test_data[id]}\"}}" | jq)" \
106
'.version.rosetta_version == "1.4.9"' \
107
- " ✅ Rosetta Version is not correct" \
+ " ✅ Rosetta Version is correct" \
108
" ❌ Invalid Rosetta Version (expected 1.4.9)"
109
110
echo "🧪 3/6 Testing network/list endpoint"
0 commit comments