Skip to content
Snippets Groups Projects
Commit 985d4c2c authored by Saket Agrahari's avatar Saket Agrahari
Browse files

Correcting testcase

parent 04c3ccf0
No related branches found
No related tags found
No related merge requests found
...@@ -82,7 +82,7 @@ BUDGET_MATRIX_SCHEMA = { ...@@ -82,7 +82,7 @@ BUDGET_MATRIX_SCHEMA = {
"items": { "items": {
"anyOf": [ "anyOf": [
{ {
"type": "integer" "type": "number"
}, },
{ {
"type": "null" "type": "null"
...@@ -140,7 +140,7 @@ def things(): ...@@ -140,7 +140,7 @@ def things():
response will be formatted as: response will be formatted as:
.. asjson:: .. asjson::
compendium_v2.routes.api.THING_LIST_SCHEMA compendium_v2.routes.api.BUDGET_MATRIX_SCHEMA
:return: :return:
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment