mirror of
https://github.com/apache/superset.git
synced 2026-04-22 01:24:43 +00:00
fix: Bump FAB to 5.X (#33055)
Co-authored-by: Joe Li <joe@preset.io>
(cherry picked from commit a9fb853e3e)
This commit is contained in:
committed by
Joe Li
parent
f3163e1c27
commit
b2fd9e2fb1
@@ -55,10 +55,10 @@ class Model1Api(BaseSupersetModelRestApi):
|
||||
}
|
||||
|
||||
|
||||
appbuilder.add_api(Model1Api)
|
||||
|
||||
|
||||
class TestOpenApiSpec(SupersetTestCase):
|
||||
def setUp(self) -> None:
|
||||
appbuilder.add_api(Model1Api)
|
||||
|
||||
def test_open_api_spec(self):
|
||||
"""
|
||||
API: Test validate OpenAPI spec
|
||||
|
||||
Reference in New Issue
Block a user