diff --git a/test/test_worker_utils.py b/test/test_worker_utils.py index b8e36ccbfd83a4b3d215a9769591e2c30080c43c..debbe7d3e3040b6f959008c1234ef06af0b4a9e6 100644 --- a/test/test_worker_utils.py +++ b/test/test_worker_utils.py @@ -27,27 +27,6 @@ def test_build_interface_services(mocked_worker_module): :param mocked_worker_module: fixture :return: """ - - # ifc_list_schema = { - # '$schema': 'http://json-schema.org/draft-07/schema#', - # - # 'definitions': { - # 'ifc-info': { - # 'type': 'object', - # 'properties': { - # 'description': {'type': 'string'}, - # 'router': {'type': 'string'}, - # 'interface': {'type': 'string'} - # }, - # 'required': ['router', 'interface', 'description'], - # 'additionalProperties': False - # }, - # }, - # - # 'type': 'array', - # 'items': { '$ref': '#/definitions/ifc-info' } - # } - ifc_schema = { '$schema': 'http://json-schema.org/draft-07/schema#',