mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
test: fix flaky Python unit tests (#12253)
This commit is contained in:
@@ -260,6 +260,7 @@ class TestRolePermission(SupersetTestCase):
|
||||
session.commit()
|
||||
|
||||
def test_set_perm_druid_datasource(self):
|
||||
self.create_druid_test_objects()
|
||||
session = db.session
|
||||
druid_cluster = (
|
||||
session.query(DruidCluster).filter_by(cluster_name="druid_test").one()
|
||||
|
||||
Reference in New Issue
Block a user