From bbda1667411f2c70391ab510b1b89b71502209b2 Mon Sep 17 00:00:00 2001 From: JonJagger Date: Wed, 20 Dec 2023 14:38:44 +0000 Subject: [PATCH] Fix custom_url commit-sha in tests --- test/sh/cyber_dojo_helpers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sh/cyber_dojo_helpers.sh b/test/sh/cyber_dojo_helpers.sh index f8fd4b9..be96c95 100755 --- a/test/sh/cyber_dojo_helpers.sh +++ b/test/sh/cyber_dojo_helpers.sh @@ -7,7 +7,7 @@ readonly exe="${MY_DIR}/../../cyber-dojo" # - - - - - - - - - - - - - - - - - - - - - - - - - # Use Alpine-based url to help make tests faster - custom_urls() { printf https://github.com/cyber-dojo-start-points/java-junit; } + custom_urls() { printf 01d6142@https://github.com/cyber-dojo-start-points/java-junit; } exercises_urls() { printf "${github_cyber_dojo}/exercises-start-points"; } languages_urls() { printf https://github.com/cyber-dojo-start-points/ruby-minitest; }