mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Removed unneeded chmod-call in a test.
This commit is contained in:
parent
d62d853ea4
commit
ccde9a29ca
1 changed files with 0 additions and 1 deletions
|
|
@ -483,7 +483,6 @@ class ClientTest(ClientTestCommon):
|
|||
def test_save_certificate(self, mock_parser):
|
||||
certs = ["cert_512.pem", "cert-san_512.pem"]
|
||||
tmp_path = tempfile.mkdtemp()
|
||||
filesystem.chmod(tmp_path, 0o755) # TODO: really??
|
||||
|
||||
cert_pem = test_util.load_vector(certs[0])
|
||||
chain_pem = (test_util.load_vector(certs[0]) + test_util.load_vector(certs[1]))
|
||||
|
|
|
|||
Loading…
Reference in a new issue