From 13335a8803016c5dba2fd2d56ed807210cf736b1 Mon Sep 17 00:00:00 2001 From: Angela Tran Date: Thu, 21 Mar 2024 01:43:02 +0000 Subject: [PATCH] chore(fixture): add help template to CalFresh eligibility verifier --- benefits/core/migrations/local_fixtures.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/benefits/core/migrations/local_fixtures.json b/benefits/core/migrations/local_fixtures.json index 5b21ccda7..4e047041d 100644 --- a/benefits/core/migrations/local_fixtures.json +++ b/benefits/core/migrations/local_fixtures.json @@ -272,7 +272,8 @@ "auth_provider": 1, "selection_label_template": "eligibility/includes/selection-label--calfresh.html", "start_template": "eligibility/start--calfresh.html", - "form_class": null + "form_class": null, + "help_template": "core/includes/help--calfresh.html" } }, {