diff --git a/smash/web/tests/functions.py b/smash/web/tests/functions.py
index 7f158d8b08e6fac59f6b29646504d00fe1efff64..f283c978566d37d192a95de77b2bfd1ae050c917 100644
--- a/smash/web/tests/functions.py
+++ b/smash/web/tests/functions.py
@@ -389,7 +389,7 @@ def prepare_test_redcap_connection():
     token_item = ConfigurationItem.objects.filter(
         type=REDCAP_TOKEN_CONFIGURATION_TYPE)[0]
     # noinspection SpellCheckingInspection
-    token_item.value = "5C75EEC3DBDDA5218B6ACC0424B3F695"
+    token_item.value = "5DC21D45E3A2E068659F11046EA88734"
     token_item.save()
     url_item = ConfigurationItem.objects.filter(
         type=REDCAP_BASE_URL_CONFIGURATION_TYPE)[0]
diff --git a/smash/web/tests/test_RedcapConnector.py b/smash/web/tests/test_RedcapConnector.py
index 0841fbfd4c2135ee9846a0cac8743ea1691a3815..fb539c990c624524e56eddfb2d5aed7d3c693f74 100644
--- a/smash/web/tests/test_RedcapConnector.py
+++ b/smash/web/tests/test_RedcapConnector.py
@@ -53,7 +53,7 @@ class TestRedcapConnector(TestCase):
         prepare_test_redcap_connection()
         subject = create_study_subject()
         # noinspection SpellCheckingInspection
-        subject.nd_number = 'NDtest_external'
+        subject.nd_number = 'test_3'
         subject.save()
 
         redcap_connection = RedcapConnector()
@@ -207,7 +207,7 @@ class TestRedcapConnector(TestCase):
         prepare_test_redcap_connection()
         subject = create_study_subject()
         # noinspection SpellCheckingInspection
-        subject.nd_number = 'NDtest_external'
+        subject.nd_number = 'test_3'
         subject.save()
 
         redcap_connection = RedcapConnector()