Revert "Merge pull request #1333 from alphagov/fix-empty-table-message"

This reverts commit 114bac7b80, reversing
changes made to 69445380d9.
This commit is contained in:
Chris Hill-Scott
2017-06-23 15:55:54 +01:00
parent c52bfc5b81
commit 5c0f6796e4
3 changed files with 3 additions and 23 deletions

View File

@@ -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(