diff --git a/test/test_opsdb_queries.py b/test/test_opsdb_queries.py index 69261691d0fc1f9f8322f8c7eb451a00b9dbf00c..2fc43bddc23e5ab0b3d9fa6aa46b20b42359dd2d 100644 --- a/test/test_opsdb_queries.py +++ b/test/test_opsdb_queries.py @@ -121,6 +121,7 @@ CORIANT_PATH_METADATA = { "type": "object", "properties": { + 'id': {"type": "integer"}, 'category': {"type": "string"}, 'circuit_type': {"type": "string"}, 'service_type': {"type": "string"}, @@ -131,6 +132,7 @@ CORIANT_PATH_METADATA = { 'b': {"$ref": "#/definitions/endpoint"} }, "required": [ + "id", "category", "circuit_type", "service_type",