test time fixes and bonus letter removal

This commit is contained in:
stvnrlly
2022-11-22 17:03:42 -05:00
parent 86b28e5e44
commit ca1897973a
20 changed files with 6 additions and 618 deletions

View File

@@ -2,17 +2,7 @@ from app.notify_client import NotifyAdminAPIClient
class UploadApiClient(NotifyAdminAPIClient):
def get_letters_by_service_and_print_day(
self,
service_id,
*,
letter_print_day,
page=1,
):
return self.get(
url=f'/service/{service_id}/upload/uploaded-letters/{letter_print_day}?page={page}'
)
pass
upload_api_client = UploadApiClient()