Commit 1abd6a3b authored by Trishna Saeharaseelan's avatar Trishna Saeharaseelan
Browse files

fix: tests

parent 3aba6104
Pipeline #108145 failed with stages
in 17 seconds
......@@ -86,8 +86,8 @@ platform_status_schema = {
"type": "number",
"format": "float",
"description": "Target depth in metres",
"example": 50,
"default": 0,
"example": 50.0,
"default": 0.0,
},
"altitude": {
"type": "number",
......
......@@ -493,8 +493,8 @@ platform_status_schema = {
"type": "number",
"format": "float",
"description": "Target depth in metres",
"example": 50,
"default": 0,
"example": 50.0,
"default": 0.0,
},
"altitude": {
"type": "number",
......
......@@ -517,9 +517,9 @@
"type": "number"
},
"depth": {
"default": 0,
"default": 0.0,
"description": "Target depth in metres",
"example": 50,
"example": 50.0,
"format": "float",
"type": "number"
},
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment