Commit aa13520e authored by Trishna Saeharaseelan's avatar Trishna Saeharaseelan
Browse files

fix: tests

...@@ -77,9 +77,7 @@ ...@@ -77,9 +77,7 @@
"operator": "hydrosurv", "operator": "hydrosurv",
"model": "reav", "model": "reav",
"platform_ID": "usvdecibel", "platform_ID": "usvdecibel",
"active": true, "active": true
"max_velocity": 0.9,
"min_velocity": 0.1,
} }
] ]
}, },
......
...@@ -178,9 +178,6 @@ platform_schema = { ...@@ -178,9 +178,6 @@ platform_schema = {
"platform_ID", "platform_ID",
"active", "active",
"model", "model",
"min_altitude",
"min_velocity",
"max_velocity",
], ],
} }
......
...@@ -666,10 +666,7 @@ ...@@ -666,10 +666,7 @@
"operator", "operator",
"platform_ID", "platform_ID",
"active", "active",
"model", "model"
"min_altitude",
"min_velocity",
"max_velocity"
], ],
"type":"object" "type":"object"
}, },
......
...@@ -666,10 +666,7 @@ ...@@ -666,10 +666,7 @@
"operator", "operator",
"platform_ID", "platform_ID",
"active", "active",
"model", "model"
"min_altitude",
"min_velocity",
"max_velocity"
], ],
"type":"object" "type":"object"
}, },
......
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