mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 14:31:57 -05:00
fixed page_size testing
This commit is contained in:
@@ -54,7 +54,7 @@ def dao_get_jobs_by_service_id(
|
||||
*,
|
||||
limit_days=None,
|
||||
page=1,
|
||||
page_size=20,
|
||||
page_size=50,
|
||||
statuses=None,
|
||||
):
|
||||
query_filter = [
|
||||
|
||||
Reference in New Issue
Block a user