mirror of
https://github.com/apache/superset.git
synced 2026-04-22 09:35:23 +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
@@ -26,7 +26,7 @@ class TestDynamicPlugins(SupersetTestCase):
|
||||
Dynamic Plugins: Responds not found when disabled
|
||||
"""
|
||||
self.login(ADMIN_USERNAME)
|
||||
uri = "/dynamic-plugins/api"
|
||||
uri = "/dynamic-plugins/list/"
|
||||
rv = self.client.get(uri)
|
||||
assert rv.status_code == 404
|
||||
|
||||
@@ -36,6 +36,6 @@ class TestDynamicPlugins(SupersetTestCase):
|
||||
Dynamic Plugins: Responds successfully when enabled
|
||||
"""
|
||||
self.login(ADMIN_USERNAME)
|
||||
uri = "/dynamic-plugins/api"
|
||||
uri = "/dynamic-plugins/list/"
|
||||
rv = self.client.get(uri)
|
||||
assert rv.status_code == 200
|
||||
|
||||
Reference in New Issue
Block a user