spliting metadata
Some checks failed
gl/check check status: failure (619b3ab87042d896259b2344459fcf759ee5c97d)

This commit is contained in:
2023-07-28 10:35:29 +00:00
parent 12fd438a6c
commit 619b3ab870
225 changed files with 2427 additions and 2159 deletions

View File

@ -45,6 +45,11 @@ class TestOtcMetadata(TestCase):
srv["service_category"] in category,
f"Category {srv['service_category']} is present",
)
self.assertGreater(
len(self.data._service_data["service_categories"]),
1,
"More then 1 service category",
)
def test_doc_contains_required_data(self):
srv_types = dict()