Files
notifications-admin/tests/app
Chris Hill-Scott e0de65cd81 Call mock rather than using fixture
Our get_notifications fixture tries to be too clever and work out which
fields to return based on what arguments it’s called with. This is very
indirect and makes the tests less specific.

In other places we call the mocking code directly with arguments that
make it more explicit what the mocked response should be. This commit
does this for tests that we’d otherwise have to make changes to the
fixture for, because postage can no longer be `None` for letter
notifications.
2020-05-26 13:37:03 +01:00
..
2020-05-26 13:37:03 +01:00