Trying to satisfy pylint

This commit is contained in:
Seth Schoen
2016-02-08 17:48:12 -08:00
parent de455ac6e0
commit 374e4ebb4d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -326,7 +326,7 @@ class CLITest(unittest.TestCase): # pylint: disable=too-many-public-methods
self.assertEqual(config.fullchain_path, os.path.abspath(fullchain))
def test_certonly_bad_args(self):
ret, _, _, _ = self._call(['-d', 'foo.bar', 'certonly', '--csr', CSR])
_, _, _, _ = self._call(['-d', 'foo.bar', 'certonly', '--csr', CSR])
# self.assertEqual(ret, '--domains and --csr are mutually exclusive')
# self.assertRaises(errors.Error, self._call,
# ['-d', 'foo.bar', 'certonly', '--csr', CSR])