mirror of
https://github.com/GSA/notifications-api.git
synced 2026-03-19 01:30:30 -04:00
This test was calling `.load` on model objects, when it should have been calling `.dump`. This was not working as expected before the marshmallow upgrade either - the objects returned were errors and not template versions.