mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: Add explicit ON DELETE CASCADE for dashboard_slices (#24938)
This commit is contained in:
@@ -186,8 +186,6 @@ class TestGuestUserDashboardAccess(SupersetTestCase):
|
||||
# Create a draft dashboard that is not embedded
|
||||
dash = Dashboard()
|
||||
dash.dashboard_title = "My Dashboard"
|
||||
dash.owners = []
|
||||
dash.slices = []
|
||||
dash.published = False
|
||||
db.session.add(dash)
|
||||
db.session.commit()
|
||||
|
||||
Reference in New Issue
Block a user