diff --git a/tests/test_activecollab.py b/tests/test_activecollab.py index d23b702dc..e81344330 100644 --- a/tests/test_activecollab.py +++ b/tests/test_activecollab.py @@ -60,7 +60,7 @@ def test_to_taskwarrior(self): expected_output = { 'project': arbitrary_issue['project'], - 'due': arbitrary_due_on.isoformat(), + 'due': arbitrary_due_on, 'priority': 'M', 'annotations': arbitrary_extra['annotations'], issue.PERMALINK: arbitrary_issue['permalink'],