Skip to content

Commit

Permalink
python3 -> python
Browse files Browse the repository at this point in the history
  • Loading branch information
shimkiv committed Oct 5, 2023
1 parent f07fa96 commit e59e805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildkite/scripts/rosetta-integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ send_zkapp_txn() {
local url="http://127.0.0.1:${MINA_GRAPHQL_PORT}/graphql"
local query="$1"

python3 <<EOF
python <<EOF
import requests
response = requests.post(url="$url", json={"query": "$query"})
print("zkApp txn status code:", response.status_code)
Expand Down

0 comments on commit e59e805

Please sign in to comment.