Test: Drop default confirmation:off and correct tests accordingly
This commit is contained in:
@@ -110,7 +110,7 @@ class TestActiveTaskHandling(TestCase):
|
||||
|
||||
def test_start_deleted(self):
|
||||
"""Deleted task set to pending by start"""
|
||||
self.t("+one delete")
|
||||
self.t("+one delete", input="y\n")
|
||||
self.t("+one start")
|
||||
tl = self.t.export()
|
||||
self.assertEqual(tl[0]["status"], "pending")
|
||||
|
||||
Reference in New Issue
Block a user