The failing test below. The matching message has a timestamp that includes seconds. This often fails because the expect is a second off. Find a different method of matching, or make the timestamp less precise.
Bugsnag received :notify with unexpected arguments
expected: ("More than 10% of LionPATH Submissions were tagged for deletion at 2024-08-21T13:22:59-04:00. The de...ndicate that there was an issue with the LionPATH import or one of the CSVs used during the import.")
got: ("More than 10% of LionPATH Submissions were tagged for deletion at 2024-08-21T13:22:58-04:00. The de...ndicate that there was an issue with the LionPATH import or one of the CSVs used during the import.")
# ./spec/models/lionpath/lionpath_delete_expired_records_spec.rb:83
The failing test below. The matching message has a timestamp that includes seconds. This often fails because the expect is a second off. Find a different method of matching, or make the timestamp less precise.