Skip to content

Commit 193b99a

Browse files
committed
[PRMP-1567] Remove stub on search patient for the Lambda
1 parent 5bb674f commit 193b99a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/bulk-upload/scripts/run_bulk_upload.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,11 @@ def update_lambda_environment_variables(lambda_name, new_variables):
5252
args.environment = input("Please enter the name of the environment: ")
5353

5454
lambda_name = f"{args.environment}_BulkUploadLambda"
55+
search_lambda_name = f"{args.environment}_SearchPatientDetailsLambda"
5556
if args.disable_pds_stub or input("Would you like to disable the FHIR Stub: "):
5657
new_variables = {"PDS_FHIR_IS_STUBBED": "false"}
5758
update_lambda_environment_variables(lambda_name, new_variables)
59+
update_lambda_environment_variables(search_lambda_name, new_variables)
5860
if args.start_bulk_upload or input(
5961
"Would you like to start the Bulk Upload Process:"
6062
):

0 commit comments

Comments
 (0)