From 4487af8cef8dde58e55444cbe690cf00293cb671 Mon Sep 17 00:00:00 2001
From: lb584 <lb584@cam.ac.uk>
Date: Tue, 18 Jul 2023 14:41:00 +0100
Subject: [PATCH] allowing the full iontegration pipeline for Surveys to use
 the standard deployment config, rather than trying to exclude WRSIS

---
 tests/integration/full/full_test_advisory.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/integration/full/full_test_advisory.py b/tests/integration/full/full_test_advisory.py
index 668da7b..372e552 100644
--- a/tests/integration/full/full_test_advisory.py
+++ b/tests/integration/full/full_test_advisory.py
@@ -44,8 +44,8 @@ class FullTestAdvisory(BaseAdvisoryTestSuite.AdvisoryTestSuite):
         #make sure we activate server download
         run_dict['Survey']['SkipServerDownload'] = False
 
-        survey_cred_file: str = run_dict['Survey']['ServerCredentialsFile']
-        run_dict['Survey']['ServerCredentialsFile'] = survey_cred_file.replace("Cred-ODK-EIAR.json", "Cred-ODK-EIAR-NO-WRSIS.json")
+        # survey_cred_file: str = run_dict['Survey']['ServerCredentialsFile']
+        # run_dict['Survey']['ServerCredentialsFile'] = survey_cred_file.replace("Cred-ODK-EIAR.json", "Cred-ODK-EIAR-NO-WRSIS.json")
         run_dict['Survey']['FormEdits'].pop('WRSIS', None)
 
         # may be reusing a non-timestamped output file during development, so allow extant TEST_OUT_PATH
-- 
GitLab