mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -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:
@@ -80,7 +80,7 @@ def test_matches_keys_to_placeholder_names():
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
"template_content, template_subject, expected",
|
||||
("template_content", "template_subject", "expected"),
|
||||
[
|
||||
("the quick brown fox", "jumps", []),
|
||||
("the quick ((colour)) fox", "jumps", ["colour"]),
|
||||
|
||||
Reference in New Issue
Block a user