Skip to content
Snippets Groups Projects
Commit 9e2cd124 authored by Erik Reid's avatar Erik Reid
Browse files

removed some comments

parent 6d55b9f3
Branches
Tags
No related merge requests found
......@@ -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#',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment