mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
Make lint happy, remove unused variables from crypto_util_test
This commit is contained in:
@@ -229,7 +229,7 @@ class CertLoaderTest(unittest.TestCase):
|
||||
bad_cert_data = CERT.replace("BEGIN CERTIFICATE", "ASDFASDFASDF!!!")
|
||||
|
||||
with self.assertRaises(errors.Error):
|
||||
cert, file_type = pyopenssl_load_certificate(bad_cert_data)
|
||||
pyopenssl_load_certificate(bad_cert_data)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user