mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Tests: Removed diag output from test. Still doens't work.
This commit is contained in:
parent
826769bcd9
commit
c28932ebbe
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ class TestHooksOnLaunch(TestCase):
|
|||
hook.assertExitcode(0)
|
||||
|
||||
logs = hook.get_logs()
|
||||
self.t.diag(logs)
|
||||
taskenv = {k:v for k, v in (line.split(":", 1) for line in logs["output"]["msgs"])}
|
||||
|
||||
self.assertEqual('api' in taskenv, True, 'api:...')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue