mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-21 07:51:13 -05:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user