mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-08 18:18:40 -04:00
Previously we had a lot of duplicate tests inconsistently checking each of the "requires_" functions. Since both of them now use the same "_decode_jwt_token" helper, we can consolidate all the tests onto that. In future commits we'll look at testing the top-level functions in terms of what they do specifically.