Updates after merging black

This commit is contained in:
Jonathan Bobel
2023-08-28 12:12:21 -04:00
parent 40dd67056d
commit 2e16d8d31b
14 changed files with 148 additions and 84 deletions

View File

@@ -521,7 +521,7 @@ def test_template_id_is_searchable_for_services_with_api_keys(
normalize_spaces(item.text)
for item in page.select(
# Text which should be hidden from all users
r".template-list-item .govuk-\!-display-none"
r".template-list-item .display-none"
)
] == [
template_2["id"],