aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--test/test_cc_oop.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_cc_oop.py b/test/test_cc_oop.py
index 3a965ba7..f6471821 100644
--- a/test/test_cc_oop.py
+++ b/test/test_cc_oop.py
@@ -102,7 +102,6 @@ class TestCommonCriteriaOOP(TestCase):
dset.root_dir = Path(td)
dset.download_all_pdfs()
- dset.convert_all_pdfs()
actual_report_pdf_hashes = {key: helpers.get_sha256_filepath(val) for key, val in dset.report_pdf_paths.items()}
actual_target_pdf_hashes = {key: helpers.get_sha256_filepath(val) for key, val in dset.target_pdf_paths.items()}