From 024f3926afd59a0d89b997eb9fa06ca27d021f97 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Thu, 11 Jun 2026 11:28:27 +0000 Subject: [PATCH] =?UTF-8?q?Parse=20and=20map=20all=20RdSAP-Schema-18.0=20c?= =?UTF-8?q?orpus=20certs=20=F0=9F=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- infrastructure/epc_client/tests/test_mapper_corpus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/epc_client/tests/test_mapper_corpus.py b/infrastructure/epc_client/tests/test_mapper_corpus.py index 6aaeb8de..dbe5b42b 100644 --- a/infrastructure/epc_client/tests/test_mapper_corpus.py +++ b/infrastructure/epc_client/tests/test_mapper_corpus.py @@ -25,7 +25,7 @@ from datatypes.epc.domain.epc_property_data import EpcPropertyData from datatypes.epc.domain.mapper import EpcPropertyDataMapper SAMPLES = Path("backend/epc_api/json_samples") -SUPPORTED = {"RdSAP-Schema-21.0.1", "RdSAP-Schema-20.0.0"} +SUPPORTED = {"RdSAP-Schema-21.0.1", "RdSAP-Schema-20.0.0", "RdSAP-Schema-18.0"} def _load(schema: str) -> list[dict[str, Any]]: