Skip to content

Commit

Permalink
Fix trailing white space issue in pipeline checks
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Jul 22, 2024
1 parent 267e22d commit 9eaeb01
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ def step_record_consent_and_click_continue_to_vaccinate_screen(shared_data, cons
shared_data['consent_clinician_details'] = shared_data['eligibility_assessing_clinician']
else:
shared_data['consent_clinician_details'] = get_consenting_clinician(shared_data["index"])

shared_data["no_consent_reason"] = get_no_consent_reason(shared_data["index"])
record_consent_details_and_click_continue_to_vaccinate(shared_data['consent_decision'],shared_data['consent_given_by'], name_of_person_consenting, relationship_to_patient, shared_data['consent_clinician_details'], shared_data["no_consent_reason"])

Expand Down

0 comments on commit 9eaeb01

Please sign in to comment.