mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 14:09:20 -04:00
1134 - Changing all instances of the word "brackets" to "parenthesis"
This commit is contained in:
@@ -8,8 +8,8 @@ from notifications_utils.field import Placeholder
|
||||
@pytest.mark.parametrize(
|
||||
("body", "expected"),
|
||||
[
|
||||
("((with-brackets))", "with-brackets"),
|
||||
("without-brackets", "without-brackets"),
|
||||
("((with-parenthesis))", "with-parenthesis"),
|
||||
("without-parenthesis", "without-parenthesis"),
|
||||
],
|
||||
)
|
||||
def test_placeholder_returns_name(body, expected):
|
||||
|
||||
Reference in New Issue
Block a user