mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Reformatted a handful more tests
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
@@ -5,8 +5,8 @@ from tests.conftest import sample_uuid
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
"key, value_from, value_to, expected",
|
||||
(
|
||||
("key", "value_from", "value_to", "expected"),
|
||||
[
|
||||
("restricted", True, False, ("Made this service live")),
|
||||
("restricted", False, True, ("Put this service back into trial mode")),
|
||||
("active", False, True, ("Unsuspended this service")),
|
||||
@@ -70,7 +70,7 @@ from tests.conftest import sample_uuid
|
||||
"bar",
|
||||
("Updated the callback for delivery receipts"),
|
||||
),
|
||||
),
|
||||
],
|
||||
)
|
||||
def test_service_event(
|
||||
key,
|
||||
|
||||
Reference in New Issue
Block a user