mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-24 01:11:38 -05:00
Boolean fields in marshmallow have various values that get changed to True or False. The value 'Yes' now gets changed to True, which was causing a test to start failing. We could change the schemas to stop 'Yes' from being changed to True, but the data for boolean fields comes from admin, where it is only allowed to have certain values anyway so this just fixes the test.