mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 19:03:07 +02:00
Unit Tests
- Corrected expected output from on-modify-misbehave6 test hook script.
This commit is contained in:
parent
adac566665
commit
acce2d5a68
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ class TestHooksOnModify(TestCase):
|
|||
|
||||
code, out, err = self.t(("add", "foo"))
|
||||
code, out, err = self.t.runError(("1", "modify", "+tag"))
|
||||
self.assertIn("ERROR INCOMPLETE JSON", err)
|
||||
self.assertIn("Hook Error: JSON Object missing 'uuid' attribute.", err)
|
||||
self.t.hooks[hookname].assertTriggered()
|
||||
self.t.hooks[hookname].assertTriggeredCount(1)
|
||||
self.t.hooks[hookname].assertExitcode(0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue