mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-23 00:41:35 -05:00
* tests on API endpoints that we do not explicitly sort should either sort the results or compare results in an orderless way (e.g. converting to a set) * tests that touch the provider_details should reset values after running, since the provider_details table is not torn down and re-created between tests (unlike most tables)