mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-15 07:18:58 -04:00
Revert "Merge pull request #1333 from alphagov/fix-empty-table-message"
This reverts commit114bac7b80, reversing changes made to69445380d9.
This commit is contained in:
@@ -1143,9 +1143,7 @@ def mock_get_notifications_with_no_notifications(mocker):
|
||||
status=None,
|
||||
limit_days=None,
|
||||
include_jobs=None,
|
||||
include_from_test_key=None,
|
||||
to=None,
|
||||
):
|
||||
include_from_test_key=None):
|
||||
return notification_json(service_id, rows=0)
|
||||
|
||||
return mocker.patch(
|
||||
|
||||
Reference in New Issue
Block a user