From ddc319fbca331e49553e24e4fc82689bea458106 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 21 May 2025 11:44:05 +0200 Subject: [PATCH] Use element.io for the hs_url parameter. --- tools/tests/test_configuration_link.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tests/test_configuration_link.sh b/tools/tests/test_configuration_link.sh index d0a5e38e6a..686061a432 100755 --- a/tools/tests/test_configuration_link.sh +++ b/tools/tests/test_configuration_link.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -adb shell am start -a android.intent.action.VIEW -d "https://mobile.element.io?hs_url=https%3A%2F%2Fmozilla-test.modular.im" +adb shell am start -a android.intent.action.VIEW -d "https://mobile.element.io?hs_url=https%3A%2F%2Felement.io"