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
dev
18-update-full-message-header-to-metadata
21-fix-git-raw-swagger-url
26-add-battery-endurance-for-platform-schema-in-planning-configuration
41-add-optional-operating_area-as-a-wider-zone-outside-region_of_interest
42-add-event-details-and-status-to-acknowledgement-schema
66-tag-current-dev-as-version-1
76-should-depth-and-altitude-be-coordinates
80-add-informational-type-primitive
87-remove-comment-for-platform-status-state
87-remove-todo-comment-from-platform-state
action-refactor-test
ci-js-test
master
missionmonitor
v2.0.0
v2.0.0-beta.11
v2.0.0-beta.10
v2.0.0-beta.9
v2.0.0-beta.8
v2.0.0-beta.7
v2.0.0-beta.6
v2.0.0-beta.5
v2.0.0-beta.4
v2.0.0-beta.3
v2.0.0-beta.2
v2.0.0-beta.1
v1.0.0
v0.2.0
v0.1.0
2 merge requests
!16
Resolve "Release v0.1"
,
!6
Resolve "Update acknowledgment schema"
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 = {
...
@@ -86,8 +86,8 @@ platform_status_schema = {
"type"
:
"number"
,
"type"
:
"number"
,
"format"
:
"float"
,
"format"
:
"float"
,
"description"
:
"Target depth in metres"
,
"description"
:
"Target depth in metres"
,
"example"
:
50
,
"example"
:
50
.0
,
"default"
:
0
,
"default"
:
0.
0
,
},
},
"altitude"
:
{
"altitude"
:
{
"type"
:
"number"
,
"type"
:
"number"
,
...
...
This diff is collapsed.
Click to expand it.
tests/fixtures/schemas.py
View file @
1abd6a3b
...
@@ -493,8 +493,8 @@ platform_status_schema = {
...
@@ -493,8 +493,8 @@ platform_status_schema = {
"type"
:
"number"
,
"type"
:
"number"
,
"format"
:
"float"
,
"format"
:
"float"
,
"description"
:
"Target depth in metres"
,
"description"
:
"Target depth in metres"
,
"example"
:
50
,
"example"
:
50
.0
,
"default"
:
0
,
"default"
:
0.
0
,
},
},
"altitude"
:
{
"altitude"
:
{
"type"
:
"number"
,
"type"
:
"number"
,
...
...
This diff is collapsed.
Click to expand it.
tests/fixtures/swagger.json
View file @
1abd6a3b
...
@@ -517,9 +517,9 @@
...
@@ -517,9 +517,9 @@
"type"
:
"number"
"type"
:
"number"
},
},
"depth"
:
{
"depth"
:
{
"default"
:
0
,
"default"
:
0.
0
,
"description"
:
"Target depth in metres"
,
"description"
:
"Target depth in metres"
,
"example"
:
50
,
"example"
:
50
.0
,
"format"
:
"float"
,
"format"
:
"float"
,
"type"
:
"number"
"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