Reformatted a handful more tests

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2023-09-08 17:58:06 -04:00
parent 23f894581c
commit 72c8a46b8c
21 changed files with 139 additions and 118 deletions

View File

@@ -6,7 +6,7 @@ from tests.conftest import SERVICE_ONE_ID
@pytest.mark.parametrize(
"job_status, num_notifications_created, expected_still_processing",
("job_status", "num_notifications_created", "expected_still_processing"),
[
("scheduled", 0, True),
("cancelled", 10, True),