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
7111e9b6
Commit
7111e9b6
authored
2 years ago
by
James Kirk
Browse files
Options
Download
Email Patches
Plain Diff
refactor: fixing back up test again
parent
aa132613
Pipeline
#113504
passed with stages
in 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/test_schemas.py
tests/test_schemas.py
+1
-1
No files found.
tests/test_schemas.py
View file @
7111e9b6
...
@@ -28,7 +28,7 @@ class TestSpecs(unittest.TestCase):
...
@@ -28,7 +28,7 @@ class TestSpecs(unittest.TestCase):
Test specs (swagger.json generated from generate_schema_config.py)
Test specs (swagger.json generated from generate_schema_config.py)
"""
"""
schema
,
spec_url
=
read_from_filename
(
"tests/fixtures/swagger.json"
)
schema
,
spec_url
=
read_from_filename
(
"tests/fixtures/swagger.json"
)
self
.
assertIsNo
tNo
ne
(
openapi_v30_spec_validator
.
validate
(
schema
))
self
.
assertIsNone
(
openapi_v30_spec_validator
.
validate
(
schema
))
class
TestAllMessageExamples
(
unittest
.
TestCase
):
class
TestAllMessageExamples
(
unittest
.
TestCase
):
...
...
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