We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b0ff58 commit e9346d2Copy full SHA for e9346d2
tests/test_process_tracker.py
@@ -185,6 +185,7 @@ def test_find_ready_extracts_by_filename_partial_not_descending(self):
185
session.commit()
186
187
extract2.extract.extract_status_id = extract2.extract_status_ready
188
+ extract2.extract_registration_date_time = self.timestamp_converter(timestamp=datetime.now())
189
session = Session.object_session(extract2.extract)
190
191
0 commit comments