diff options
| author | adamjanovsky | 2022-06-22 20:40:57 +0200 |
|---|---|---|
| committer | GitHub | 2022-06-22 20:40:57 +0200 |
| commit | 81d5a3e023ac30b63fb42f99588166d5052b5492 (patch) | |
| tree | 22669e4f0cc8db87856f8327c2f9bd4316324bdc /tests/data/test_cc_oop/fictional_cert.json | |
| parent | 52ead1014c58a26509e5992089d735b199293384 (diff) | |
| parent | eca01edd4cc9f62ddae9bc400cea9a9f0ac51cd9 (diff) | |
| download | sec-certs-0.1.0.tar.gz sec-certs-0.1.0.tar.zst sec-certs-0.1.0.zip | |
Merge pull request #238 from crocs-muni:fix/document-hashes-constructors0.1.0
fix CommonCriteriaCert.InternalState constructor
Diffstat (limited to 'tests/data/test_cc_oop/fictional_cert.json')
| -rw-r--r-- | tests/data/test_cc_oop/fictional_cert.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/data/test_cc_oop/fictional_cert.json b/tests/data/test_cc_oop/fictional_cert.json index 441ae7d2..7d74759c 100644 --- a/tests/data/test_cc_oop/fictional_cert.json +++ b/tests/data/test_cc_oop/fictional_cert.json @@ -42,7 +42,11 @@ "report_convert_ok": true, "st_extract_ok": true, "report_extract_ok": true, - "errors": [] + "errors": [], + "st_pdf_hash": null, + "report_pdf_hash": null, + "st_txt_hash": null, + "report_txt_hash": null }, "pdf_data": { "_type": "PdfData", |
