Updated tests to match the formatting work done in the admin repo

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2024-05-17 17:14:46 -04:00
parent ac4ebacfeb
commit aafa7178f9
30 changed files with 553 additions and 499 deletions

View File

@@ -4,7 +4,13 @@ from notifications_utils.field import Field
@pytest.mark.parametrize(
"content, values, expected_stripped, expected_escaped, expected_passthrough",
(
"content",
"values",
"expected_stripped",
"expected_escaped",
"expected_passthrough",
),
[
(
"string <em>with</em> html",