From fbed16b8c6dca166d53309beda47df3672a275ef Mon Sep 17 00:00:00 2001 From: Adam Janovsky Date: Mon, 22 Feb 2021 16:11:40 +0100 Subject: Serialize digest of the certificate --- test/data/test_cc_oop/toy_dataset.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/data') diff --git a/test/data/test_cc_oop/toy_dataset.json b/test/data/test_cc_oop/toy_dataset.json index b59327ce..ffacaae6 100644 --- a/test/data/test_cc_oop/toy_dataset.json +++ b/test/data/test_cc_oop/toy_dataset.json @@ -13,8 +13,8 @@ "name": "toy dataset", "description": "toy dataset description", "n_certs": 2, - "certs": [ - { + "certs": { + "7ef8227c1aed06bb": { "_type": "CommonCriteriaCert", "status": "active", "category": "Access Control Devices and Systems", @@ -53,7 +53,7 @@ "st_keywords": null } }, - { + "561a012d9a30e960": { "_type": "CommonCriteriaCert", "status": "active", "category": "Access Control Devices and Systems", @@ -95,5 +95,5 @@ "st_keywords": null } } - ] + } } \ No newline at end of file -- cgit v1.3.1