Skip to content

Commit

Permalink
Fixed some failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshingYou1 committed Dec 24, 2024
1 parent 92a5f1f commit 993d293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/health_care_application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def prefill_fields

def submit_async
submission_job = email.present? ? 'SubmissionJob' : 'AnonSubmissionJob'
@parsed_form = override_parsed_form(parsed_form)
@parsed_form = HCA::OverridesParser.new(parsed_form).override

"HCA::#{submission_job}".constantize.perform_async(
self.class.get_user_identifier(user),
Expand Down

0 comments on commit 993d293

Please sign in to comment.