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

@@ -4,7 +4,7 @@ from app.notify_client.notification_api_client import NotificationApiClient
@pytest.mark.parametrize(
"arguments,expected_call",
("arguments", "expected_call"),
[
({}, {"url": "/service/abcd1234/notifications", "params": {}}),
(
@@ -63,7 +63,7 @@ def test_client_gets_notifications_for_service_and_job_by_page(
@pytest.mark.parametrize(
"arguments,expected_call",
("arguments", "expected_call"),
[
(
{"to": "2028675309"},