Skip to content

Commit c5214a4

Browse files
author
Alex Meadows
committed
process_tracker_python-139 Add high level dates to process
🐛 forgot to remove milliseconds for mysql Closes #139
1 parent 4cac105 commit c5214a4

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
@@ -1591,6 +1591,7 @@ def test_change_run_status_failed(self):
15911591
:return:
15921592
"""
15931593
end_date = datetime.now()
1594+
end_date.replace(microsecond=0)
15941595
self.process_tracker.change_run_status(new_status="failed", end_date=end_date)
15951596

15961597
run_record = (

0 commit comments

Comments
 (0)