mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-01 21:31:58 -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.