Skip to content

Commit

Permalink
chore: WIP - test fixtures now have to map to existing context objects
Browse files Browse the repository at this point in the history
pushing this to aid our discussion about copy context approach.
  • Loading branch information
angela-tran committed Feb 19, 2025
1 parent 493f0ad commit e4fe92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pytest/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def model_ClaimsProvider_no_sign_out(model_ClaimsProvider):
@pytest.fixture
def model_EnrollmentFlow(model_TransitAgency):
flow = EnrollmentFlow.objects.create(
system_name="test",
system_name="senior",
selection_label_template_override="eligibility/includes/selection-label.html",
eligibility_start_template_override="eligibility/start.html",
eligibility_unverified_template_override="eligibility/unverified.html",
Expand Down

0 comments on commit e4fe92f

Please sign in to comment.