updated flask and flasgger

This commit is contained in:
jf 2023-06-04 16:44:53 +02:00
parent 42de0752a1
commit ee0727bfb3
3 changed files with 3 additions and 3 deletions

View file

@ -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):