This commit is contained in:
danfunk 2023-12-05 12:40:17 -05:00
parent cb91c2ba4a
commit efff6d9585
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ class TestStudyApi(BaseTest):
num_open += 1
if study['id'] == 65432:
# This study has `null` for DATELASTMODIFIED, so we should use the value in DATECREATED
self.assertEqual('2020-02-19T14:24:55.101695-05:00', study['last_updated'])
self.assertEqual('2020-02-19T14:24:55.101695+00:00', study['last_updated'])
if study['id'] == 11111:
self.assertTrue(False,"Study 11111 is too old to be processed and imported, it should be ignored.")
db_studies_after = session.query(StudyModel).all()