From e5d4ed0de8a87c944c9f3d491ca65e34e584b269 Mon Sep 17 00:00:00 2001 From: Ben Guidarelli Date: Thu, 21 Sep 2023 07:49:17 -0400 Subject: [PATCH] Algorand Tests: set indexer branch to tagged release from master --- 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