From 985d4c2c5d917ed481c81102b184224b3a119963 Mon Sep 17 00:00:00 2001 From: "saket.agrahari" <saket.agrahari@geant.org> Date: Wed, 30 Nov 2022 16:06:09 +0530 Subject: [PATCH] Correcting testcase --- compendium_v2/routes/api.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compendium_v2/routes/api.py b/compendium_v2/routes/api.py index a5e0e835..75627c2a 100644 --- a/compendium_v2/routes/api.py +++ b/compendium_v2/routes/api.py @@ -82,7 +82,7 @@ BUDGET_MATRIX_SCHEMA = { "items": { "anyOf": [ { - "type": "integer" + "type": "number" }, { "type": "null" @@ -140,7 +140,7 @@ def things(): response will be formatted as: .. asjson:: - compendium_v2.routes.api.THING_LIST_SCHEMA + compendium_v2.routes.api.BUDGET_MATRIX_SCHEMA :return: """ -- GitLab