From 13871615595eaa921f14f54b75d3e7c95cd3ce3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20L=C3=B6nnhager?= Date: Mon, 16 Oct 2023 14:31:40 +0200 Subject: [PATCH] Use first account token --- test/ci-runtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ci-runtests.sh b/test/ci-runtests.sh index 26b336733f8f..2a08f5a31e56 100755 --- a/test/ci-runtests.sh +++ b/test/ci-runtests.sh @@ -243,4 +243,4 @@ echo "**********************************" mkdir -p "$SCRIPT_DIR/.ci-logs/os/" set -o pipefail -ACCOUNT_TOKEN=${ACCOUNT_TOKENS[0]} nice_time run_tests_for_os "${TEST_OS}" +ACCOUNT_TOKEN=${tokens[0]} nice_time run_tests_for_os "${TEST_OS}"