mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-06-05 13:19:15 -04:00
updated flask and flasgger
This commit is contained in:
parent
42de0752a1
commit
ee0727bfb3
3 changed files with 3 additions and 3 deletions
|
@ -474,7 +474,6 @@ class Mat2APITestCase(unittest.TestCase):
|
|||
def test_valid_opena_api_spec(self):
|
||||
spec = self.app.get('apispec_1.json').get_json()
|
||||
# Test workaround due to https://github.com/flasgger/flasgger/issues/374
|
||||
del spec['definitions']
|
||||
validate_spec(spec)
|
||||
|
||||
def test_remove_metadata(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue