Skip to content

Commit

Permalink
test(models): update test_tempate_path spec
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Dec 11, 2024
1 parent d2ba9af commit 38c36de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pytest/core/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def mock_requests_get_pem_data(mocker):
@pytest.mark.parametrize(
"input_template,expected_path",
[
("error.html", f"{settings.BASE_DIR}/benefits/templates/error.html"),
("error-base.html", f"{settings.BASE_DIR}/benefits/templates/error-base.html"),
("core/index.html", f"{settings.BASE_DIR}/benefits/core/templates/core/index.html"),
("eligibility/start.html", f"{settings.BASE_DIR}/benefits/eligibility/templates/eligibility/start.html"),
("", None),
Expand Down

0 comments on commit 38c36de

Please sign in to comment.