diff --git a/backend/ecmk_fetcher/tests/test_xml_processor.py b/backend/ecmk_fetcher/tests/test_xml_processor.py index 10381198..7e19181b 100644 --- a/backend/ecmk_fetcher/tests/test_xml_processor.py +++ b/backend/ecmk_fetcher/tests/test_xml_processor.py @@ -49,7 +49,7 @@ SAMPLE_XML = """ Any: # TODO: define shape of return object +def parse_rdsap( + xml_string: str, +) -> SapPropertyDetails: raise NotImplementedError