summaryrefslogtreecommitdiff
path: root/test/test_api.py
diff options
context:
space:
mode:
authorjf2023-06-04 16:44:53 +0200
committerjf2023-06-04 16:44:53 +0200
commitee0727bfb309a307fc8e115f967d4aced2816cd9 (patch)
treefa59ed0f79c35e225042304b977427b480441694 /test/test_api.py
parent42de0752a17a01c661e8099e51f2a939db747451 (diff)
updated flask and flasgger
Diffstat (limited to '')
-rw-r--r--test/test_api.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_api.py b/test/test_api.py
index e83021a..2f52279 100644
--- a/test/test_api.py
+++ b/test/test_api.py
@@ -474,7 +474,6 @@ class Mat2APITestCase(unittest.TestCase):
474 def test_valid_opena_api_spec(self): 474 def test_valid_opena_api_spec(self):
475 spec = self.app.get('apispec_1.json').get_json() 475 spec = self.app.get('apispec_1.json').get_json()
476 # Test workaround due to https://github.com/flasgger/flasgger/issues/374 476 # Test workaround due to https://github.com/flasgger/flasgger/issues/374
477 del spec['definitions']
478 validate_spec(spec) 477 validate_spec(spec)
479 478
480 def test_remove_metadata(self): 479 def test_remove_metadata(self):