mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-31 23:26:23 -05:00
change test file name
This commit is contained in:
@@ -56,7 +56,8 @@ def test_get_paginated_uploads(mocker):
|
|||||||
MagicMock(status="delivered", count=60),
|
MagicMock(status="delivered", count=60),
|
||||||
]
|
]
|
||||||
mock_pagination_links.return_value = {"self": "/uploads?page=1"}
|
mock_pagination_links.return_value = {"self": "/uploads?page=1"}
|
||||||
result = get_paginated_uploads("service_id_123", limit_days=7, page=1)
|
# result =
|
||||||
|
get_paginated_uploads("service_id_123", limit_days=7, page=1)
|
||||||
mock_dao_get_uploads.assert_called_once_with(
|
mock_dao_get_uploads.assert_called_once_with(
|
||||||
"service_id_123", limit_days=7, page=1, page_size=10
|
"service_id_123", limit_days=7, page=1, page_size=10
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user