From fd231b30feb75a4e982c86b07efac77cd8e24f35 Mon Sep 17 00:00:00 2001 From: Robert Latta <robert.latta@geant.org> Date: Mon, 8 Apr 2019 14:41:01 +0100 Subject: [PATCH] corrected field names in schema for pop data --- test/test_infinera_classifier.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_infinera_classifier.py b/test/test_infinera_classifier.py index 771cd729..0cd26f2c 100644 --- a/test/test_infinera_classifier.py +++ b/test/test_infinera_classifier.py @@ -27,9 +27,9 @@ INFINERA_LINK_METADATA = { }, "service_type": {"type": "string"}, "project": {"type": "string"}, - "pop": {"type": "string"}, + "pop_name": {"type": "string"}, "pop_abbreviation": {"type": "string"}, - "other_end_pop": {"type": "string"}, + "other_end_pop_name": {"type": "string"}, "other_end_pop_abbreviation": {"type": "string"}, "equipment": {"type": "string"}, "other_end_equipment": {"type": "string"}, -- GitLab