summaryrefslogtreecommitdiff
path: root/test/test_api.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_api.py')
-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):