FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 4487af8c authored by L. Bower's avatar L. Bower
Browse files

allowing the full iontegration pipeline for Surveys to use the standard...

allowing the full iontegration pipeline for Surveys to use the standard deployment config, rather than trying to exclude WRSIS
parent 0d930fdd
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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