Skip to content

Commit e9346d2

Browse files
committed
process_tracker_python-1 Add support for other relational databases
🐛 travis CI configuration Trying to debug the database build matrix for .travis.yml Working on #1
1 parent 5b0ff58 commit e9346d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_process_tracker.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ def test_find_ready_extracts_by_filename_partial_not_descending(self):
185185
session.commit()
186186

187187
extract2.extract.extract_status_id = extract2.extract_status_ready
188+
extract2.extract_registration_date_time = self.timestamp_converter(timestamp=datetime.now())
188189
session = Session.object_session(extract2.extract)
189190
session.commit()
190191

0 commit comments

Comments
 (0)