Skip to content

Commit

Permalink
algo/fixTest: Fix python tests (wormhole-foundation#1547)
Browse files Browse the repository at this point in the history
  • Loading branch information
jumpsiegel authored Sep 7, 2022
1 parent 69da099 commit 8e86eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algorand/runPythonUnitTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e86eb4

Please sign in to comment.