From 6c16e55d78b69284798d0398aaa45b4914ba4eb8 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Wed, 5 Dec 2018 09:49:42 +0000 Subject: fix pyflakes issues --- tests/commands/test_global.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/commands/test_global.py b/tests/commands/test_global.py index 60ad7993..8fab79ce 100644 --- a/tests/commands/test_global.py +++ b/tests/commands/test_global.py @@ -118,8 +118,7 @@ class TestComposeCommand(unittest.TestCase): cmd._set_envelope() with mock.patch('alot.commands.globals.settings.get_accounts', mock.Mock(return_value=[account])): - await cmd._set_from() - + await cmd._set_from(mock.Mock()) class TestExternalCommand(unittest.TestCase): -- cgit v1.2.3