Skip to content

Commit 3a02d6e

Browse files
committed
[NDR-192] Remove abillity to switch the PDS Stub back on
1 parent eb7b9cc commit 3a02d6e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/bulk-upload/scripts/run_bulk_upload.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ def update_lambda_environment_variables(lambda_name, new_variable):
7070
new_variable = {"PDS_FHIR_IS_STUBBED": "false"}
7171
for i in lambda_to_update:
7272
update_lambda_environment_variables(i, new_variable)
73-
else:
74-
new_variables = {"PDS_FHIR_IS_STUBBED": "true", "PDS_FHIR_ALWAYS_TRUE": "true"}
7573
if args.start_bulk_upload or input(
7674
"Would you like to start the Bulk Upload Process:"
7775
):

0 commit comments

Comments
 (0)