Skip to content

Commit

Permalink
Correcetd typo in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
murdo-moj committed Sep 23, 2024
1 parent e8d7c98 commit 6d632db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def page_titles():
"Home",
"Search MoJ data",
]
return [f"{page} - Find MOJ data - GOV.UK" for page in pages]
return [f"{page} - Find MoJ data - GOV.UK" for page in pages]


def generate_search_result(
Expand Down

0 comments on commit 6d632db

Please sign in to comment.