From 517bfd483dab40d5638fd6cf26540fc7cc0a301f Mon Sep 17 00:00:00 2001 From: Piotr Gawron <piotr.gawron@uni.lu> Date: Tue, 20 Oct 2020 16:32:11 +0200 Subject: [PATCH] test address changed --- smash/web/tests/functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smash/web/tests/functions.py b/smash/web/tests/functions.py index f283c978..e8b51e0c 100644 --- a/smash/web/tests/functions.py +++ b/smash/web/tests/functions.py @@ -393,5 +393,5 @@ def prepare_test_redcap_connection(): token_item.save() url_item = ConfigurationItem.objects.filter( type=REDCAP_BASE_URL_CONFIGURATION_TYPE)[0] - url_item.value = "https://luxparktest.org/redcap/" + url_item.value = "https://luxparktest.lcsb.uni.lu/redcap/" url_item.save() -- GitLab