From 9e2cd1248a304e3082cf50e7c71db8e1a301600c Mon Sep 17 00:00:00 2001
From: Erik Reid <erik.reid@geant.org>
Date: Wed, 11 Dec 2019 15:33:05 +0100
Subject: [PATCH] removed some comments

---
 test/test_worker_utils.py | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/test/test_worker_utils.py b/test/test_worker_utils.py
index b8e36ccb..debbe7d3 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#',
 
-- 
GitLab