mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-25 10:29:14 -04:00
test time fixes and bonus letter removal
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user