Test: Drop default confirmation:off and correct tests accordingly
This commit is contained in:
@@ -58,7 +58,7 @@ class TestFeature725(TestCase):
|
||||
self.assertIn("Unblocked", out)
|
||||
|
||||
# 1 does unblock 4.
|
||||
code, out, er = self.t("1 delete")
|
||||
code, out, er = self.t("1 delete", input="y\n")
|
||||
self.assertIn("Unblocked", out)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user