Skip to content

Commit dc8a7f3

Browse files
committed
updated paths
1 parent fc3aba1 commit dc8a7f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_unit.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1557,7 +1557,7 @@ def test_convert_pkcs7_to_pems(self):
15571557
python -m unittest tests.test_unit.UnitTest_CertUtils.test_convert_pkcs7_to_pems
15581558
python -m unittest tests.test_unit.UnitTest_CertUtils_fallback.test_convert_pkcs7_to_pems
15591559
"""
1560-
fname_pkcs7 = "letsencrypt-certs/trustid-x3-root.p7c"
1560+
fname_pkcs7 = "letsencrypt-certs/deprecated/trustid-x3-root.p7c"
15611561
fpath_pkcs7 = self._filepath_testfile(fname_pkcs7)
15621562
fdata_pkcs7 = self._filedata_testfile_binary(fname_pkcs7)
15631563
with self.assertLogs("cert_utils", level="DEBUG") as logged:
@@ -1573,7 +1573,7 @@ def test_convert_pkcs7_to_pems(self):
15731573
logged.output,
15741574
)
15751575

1576-
fname_pem = "letsencrypt-certs/trustid-x3-root.pem"
1576+
fname_pem = "letsencrypt-certs/deprecated/trustid-x3-root.pem"
15771577
fpath_pem = self._filedata_testfile(fname_pem)
15781578
fdata_pem = self._filedata_testfile(fname_pem)
15791579
pem_pem = cert_utils.cleanup_pem_text(fdata_pem)

0 commit comments

Comments
 (0)