Fix tests

This commit is contained in:
Andrew Shumway
2024-05-20 10:24:50 -06:00
parent 013154d5cf
commit ed827d0c29
6 changed files with 35 additions and 16 deletions

View File

@@ -100,7 +100,7 @@ class NotificationApiClient(NotifyAdminAPIClient):
)["count"]
def get_total_notification_message_parts_by_job_id(self, job_id):
return self.get(url="/notifications/{}".format(job_id))
return self.get(url="/notifications/{}/message_parts".format(job_id))
notification_api_client = NotificationApiClient()