From 92a67865de85b55e87a635b88952d3d53c558dd1 Mon Sep 17 00:00:00 2001 From: Erik Reid <erik.reid@geant.org> Date: Mon, 30 Dec 2019 16:08:43 +0100 Subject: [PATCH] update schema with new project param --- test/test_infinera_classifier.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_infinera_classifier.py b/test/test_infinera_classifier.py index 81d2ad96..28fe8464 100644 --- a/test/test_infinera_classifier.py +++ b/test/test_infinera_classifier.py @@ -66,6 +66,7 @@ INFINERA_LINK_METADATA = { "properties": { "id": {"type": "integer"}, "name": {"type": "string"}, + "project": {"type": "string"}, "status": { "type": "string", "enum": ["operational", "installed", "planned", "ordered"] -- GitLab