Skip to content
Snippets Groups Projects
Commit 517bfd48 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

test address changed

parent 7469d853
No related branches found
Tags v18.0.6
1 merge request!262test address changed
Pipeline #33495 passed
...@@ -393,5 +393,5 @@ def prepare_test_redcap_connection(): ...@@ -393,5 +393,5 @@ def prepare_test_redcap_connection():
token_item.save() token_item.save()
url_item = ConfigurationItem.objects.filter( url_item = ConfigurationItem.objects.filter(
type=REDCAP_BASE_URL_CONFIGURATION_TYPE)[0] 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() url_item.save()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment