chore: cleanup ssh tunnel (#34388)

This commit is contained in:
Beto Dealmeida
2025-12-03 14:26:35 -05:00
committed by GitHub
parent 70aec7fa76
commit c458f99dd4
35 changed files with 304 additions and 1287 deletions

View File

@@ -169,7 +169,7 @@ class TestImportAssetsCommand(SupersetTestCase):
assert dashboard.owners == [self.user]
mock_add_permissions.assert_called_with(database, None)
mock_add_permissions.assert_called_with(database)
db.session.delete(dashboard)
db.session.delete(chart)
@@ -214,7 +214,7 @@ class TestImportAssetsCommand(SupersetTestCase):
dataset = chart.table
database = dataset.database
mock_add_permissions.assert_called_with(database, None)
mock_add_permissions.assert_called_with(database)
db.session.delete(dashboard)
db.session.delete(chart)