mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-23 08:51:30 -05:00
The test was querying `FactNotificationStatus` and ordering the results by bst_date and notification_type then checking the rows. However, the bst_date and notification_type for each row is the same, so this test could fail based on the order that the results came back in. By ordering on the notification_status instead, we can be sure of the order of the results.
22 KiB
22 KiB