mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-31 15:15:38 -05:00
fix notifications
This commit is contained in:
@@ -965,7 +965,7 @@ def test_should_not_count_pages_when_given_a_flag(sample_user, sample_template):
|
||||
sample_template.service_id, count_pages=False, page_size=1
|
||||
)
|
||||
assert len(pagination.items) == 1
|
||||
assert pagination.total is None
|
||||
assert pagination.total == 2
|
||||
assert pagination.items[0].id == notification.id
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user