algo/fixTest: Fix python tests (#1547)

This commit is contained in:
jumpsiegel 2022-09-07 09:53:55 -05:00 committed by GitHub
parent 69da099698
commit 8e86eb4350
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ fi
sed -i -e 's@export ALGOD_URL=""@export ALGOD_URL="https://github.com/algorand/go-algorand"@' \
-e 's/export ALGOD_CHANNEL="stable"/export ALGOD_CHANNEL=""/' \
-e 's/export ALGOD_BRANCH=""/export ALGOD_BRANCH="v3.6.2-stable"/' \
-e 's/export ALGOD_BRANCH=""/export ALGOD_BRANCH="v3.9.2-stable"/' \
-e 's/export INDEXER_ENABLE_ALL_PARAMETERS="false"/export INDEXER_ENABLE_ALL_PARAMETERS="true"/' _sandbox/config.dev
cd _sandbox