From d73068d064be5d76467a529944e2dedce92a03a3 Mon Sep 17 00:00:00 2001 From: Ben Guidarelli Date: Thu, 21 Sep 2023 15:16:25 -0400 Subject: [PATCH] Algorand Tests: set indexer branch to tagged release from master (#3389) --- algorand/runPythonUnitTests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/algorand/runPythonUnitTests.sh b/algorand/runPythonUnitTests.sh index 73f3eabf8a..0ab200ab5b 100755 --- a/algorand/runPythonUnitTests.sh +++ b/algorand/runPythonUnitTests.sh @@ -11,6 +11,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.16.2-stable"/' \ + -e 's/export INDEXER_BRANCH="master"/export INDEXER_BRANCH="2.15.4"/' \ -e 's/export INDEXER_ENABLE_ALL_PARAMETERS="false"/export INDEXER_ENABLE_ALL_PARAMETERS="true"/' _sandbox/config.dev cd _sandbox