Skip to content

Commit ee5445a

Browse files
authored
Merge pull request #16760 from MinaProtocol/dkijania/fix_message_in_rosetta_sanity_tests
Fix rosetta sanity success message
2 parents b5e8e4a + e39a73c commit ee5445a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tests/rosetta-sanity.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function run_tests_with_test_data() {
104104
echo "🧪 2/6 Testing network/options endpoint"
105105
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)" \
106106
'.version.rosetta_version == "1.4.9"' \
107-
" ✅ Rosetta Version is not correct" \
107+
" ✅ Rosetta Version is correct" \
108108
" ❌ Invalid Rosetta Version (expected 1.4.9)"
109109

110110
echo "🧪 3/6 Testing network/list endpoint"

0 commit comments

Comments
 (0)