Skip to content

Commit ab18d1f

Browse files
committed
Update
1 parent 2b68918 commit ab18d1f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/scripts/disable_fhir_stub.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ def update_lambda_environment_variables(lambda_name, new_variables):
88
lambda_client = session.client("lambda")
99

1010
response = lambda_client.get_function_configuration(FunctionName=lambda_name)
11-
print(response["Environment"])
1211
current_environment = response["Environment"].get("Variables", {})
1312

1413
updated_environment = current_environment.copy()

0 commit comments

Comments
 (0)