aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/data/test_cc_oop
diff options
context:
space:
mode:
authorJ08nY2022-01-05 01:02:56 +0100
committerJ08nY2022-01-05 01:02:56 +0100
commit7a4fed73fa1bf77e9affc8ca2adde9d807adafb0 (patch)
treeca765a719cc633590b7719e0b302aa545c0a3539 /tests/data/test_cc_oop
parent5c9d861855ab03efa73b550a9a95d598bf4fe2ee (diff)
downloadsec-certs-7a4fed73fa1bf77e9affc8ca2adde9d807adafb0.tar.gz
sec-certs-7a4fed73fa1bf77e9affc8ca2adde9d807adafb0.tar.zst
sec-certs-7a4fed73fa1bf77e9affc8ca2adde9d807adafb0.zip
Fix from_dict ordering issue.
Diffstat (limited to 'tests/data/test_cc_oop')
-rw-r--r--tests/data/test_cc_oop/fictional_cert.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test_cc_oop/fictional_cert.json b/tests/data/test_cc_oop/fictional_cert.json
index 45c1b5a4..56bea187 100644
--- a/tests/data/test_cc_oop/fictional_cert.json
+++ b/tests/data/test_cc_oop/fictional_cert.json
@@ -11,9 +11,6 @@
],
"not_valid_before": "1900-01-02",
"not_valid_after": "1900-01-03",
- "report_link": "https://path.to/report/link",
- "st_link": "https://path.to/st/link",
- "cert_link": "https://path.to/cert/link",
"manufacturer_web": "https://path.to/manufacturer/web",
"protection_profiles": [
{
@@ -63,5 +60,8 @@
"indirectly_affected_by": null,
"directly_affecting": null,
"indirectly_affecting": null
- }
+ },
+ "report_link": "https://path.to/report/link",
+ "st_link": "https://path.to/st/link",
+ "cert_link": "https://path.to/cert/link"
} \ No newline at end of file