mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 04:48:26 -04:00
Reformatted and cleaned up more tests.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
@@ -5,8 +5,8 @@ from tests.conftest import SERVICE_ONE_ID, normalize_spaces
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
"extra_args, expected_headings_and_events",
|
||||
(
|
||||
("extra_args", "expected_headings_and_events"),
|
||||
[
|
||||
(
|
||||
{},
|
||||
[
|
||||
@@ -83,7 +83,7 @@ from tests.conftest import SERVICE_ONE_ID, normalize_spaces
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
],
|
||||
)
|
||||
@freeze_time("2012-01-01 01:01:01")
|
||||
def test_history(
|
||||
|
||||
Reference in New Issue
Block a user