mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-26 13:20:54 -05:00
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.