mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: Update pre-commit packages (#23173)
This commit is contained in:
@@ -152,7 +152,6 @@ class TestRowLevelSecurity(SupersetTestCase):
|
||||
@pytest.fixture()
|
||||
def create_dataset(self):
|
||||
with self.create_app().app_context():
|
||||
|
||||
dataset = SqlaTable(database_id=1, schema=None, table_name="table1")
|
||||
db.session.add(dataset)
|
||||
db.session.flush()
|
||||
|
||||
Reference in New Issue
Block a user