From e7b895c32a25cbcfb5c4636abddd02445999c7fa Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: Aug 07 2018 14:40:14 +0000 Subject: Fix flake8 error Signed-off-by: Chenxiong Qi --- diff --git a/tests/test_commands.py b/tests/test_commands.py index 0dc3ace..579660d 100644 --- a/tests/test_commands.py +++ b/tests/test_commands.py @@ -1087,7 +1087,7 @@ class TestRunCommand(CommandTestCase): def test_return_output_as_text(self, Popen): Popen.return_value.wait.return_value = 0 - result = self.cmd._run_command( + self.cmd._run_command( ['rpmbuild'], return_stdout=True, return_text=True) Popen.assert_called_once_with(