From 8f7ab6394eb62528784c266c3799d3e6b1b31f75 Mon Sep 17 00:00:00 2001 From: Angela Tran Date: Wed, 9 Aug 2023 21:54:40 +0000 Subject: [PATCH] test: add field to TransitAgency fixture --- tests/pytest/conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pytest/conftest.py b/tests/pytest/conftest.py index f264c29765..788b6dbd4b 100644 --- a/tests/pytest/conftest.py +++ b/tests/pytest/conftest.py @@ -171,6 +171,7 @@ def model_TransitAgency(model_PemData, model_EligibilityType, model_EligibilityV public_key=model_PemData, jws_signing_alg="alg", index_template="core/agency-index.html", + selector_logo_template="core/agency-selector-logo.html", eligibility_index_template="eligibility/index.html", enrollment_success_template="enrollment/success.html", )