diff options
| author | jf | 2023-06-04 16:44:53 +0200 |
|---|---|---|
| committer | jf | 2023-06-04 16:44:53 +0200 |
| commit | ee0727bfb309a307fc8e115f967d4aced2816cd9 (patch) | |
| tree | fa59ed0f79c35e225042304b977427b480441694 /test/test_api.py | |
| parent | 42de0752a17a01c661e8099e51f2a939db747451 (diff) | |
updated flask and flasgger
Diffstat (limited to 'test/test_api.py')
| -rw-r--r-- | test/test_api.py | 1 |
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): |
