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

Correcting testcase

parent 04c3ccf0
Branches main
No related tags found
No related merge requests found
......@@ -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:
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment