Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Communications Backbone System
backbone-message-format
Commits
1abd6a3b
Commit
1abd6a3b
authored
2 years ago
by
Trishna Saeharaseelan
Browse files
Options
Download
Email Patches
Plain Diff
fix: tests
parent
3aba6104
Pipeline
#108145
failed with stages
in 17 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
formats/platform_status.py
formats/platform_status.py
+2
-2
tests/fixtures/schemas.py
tests/fixtures/schemas.py
+2
-2
tests/fixtures/swagger.json
tests/fixtures/swagger.json
+2
-2
No files found.
formats/platform_status.py
View file @
1abd6a3b
...
...
@@ -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"
,
...
...
This diff is collapsed.
Click to expand it.
tests/fixtures/schemas.py
View file @
1abd6a3b
...
...
@@ -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"
,
...
...
This diff is collapsed.
Click to expand it.
tests/fixtures/swagger.json
View file @
1abd6a3b
...
...
@@ -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"
},
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment