Skip to content

Commit

Permalink
remove delete
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyongjie committed Sep 2, 2022
1 parent 80ec75e commit aca81fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/integration_tests/sqla_models_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,9 +473,6 @@ def test_fetch_metadata_for_updated_virtual_table(self):
assert VIRTUAL_TABLE_STRING_TYPES[backend].match(cols["mycase"].type)
assert cols["expr"].expression == "case when 1 then 1 else 0 end"

if "sqlite" not in backend:
db.session.delete(table)

@patch("superset.models.core.Database.db_engine_spec", BigQueryEngineSpec)
def test_labels_expected_on_mutated_query(self):
query_obj = {
Expand Down

0 comments on commit aca81fe

Please sign in to comment.