File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1557,7 +1557,7 @@ def test_convert_pkcs7_to_pems(self):
1557
1557
python -m unittest tests.test_unit.UnitTest_CertUtils.test_convert_pkcs7_to_pems
1558
1558
python -m unittest tests.test_unit.UnitTest_CertUtils_fallback.test_convert_pkcs7_to_pems
1559
1559
"""
1560
- fname_pkcs7 = "letsencrypt-certs/trustid-x3-root.p7c"
1560
+ fname_pkcs7 = "letsencrypt-certs/deprecated/ trustid-x3-root.p7c"
1561
1561
fpath_pkcs7 = self ._filepath_testfile (fname_pkcs7 )
1562
1562
fdata_pkcs7 = self ._filedata_testfile_binary (fname_pkcs7 )
1563
1563
with self .assertLogs ("cert_utils" , level = "DEBUG" ) as logged :
@@ -1573,7 +1573,7 @@ def test_convert_pkcs7_to_pems(self):
1573
1573
logged .output ,
1574
1574
)
1575
1575
1576
- fname_pem = "letsencrypt-certs/trustid-x3-root.pem"
1576
+ fname_pem = "letsencrypt-certs/deprecated/ trustid-x3-root.pem"
1577
1577
fpath_pem = self ._filedata_testfile (fname_pem )
1578
1578
fdata_pem = self ._filedata_testfile (fname_pem )
1579
1579
pem_pem = cert_utils .cleanup_pem_text (fdata_pem )
You can’t perform that action at this time.
0 commit comments