Skip to content

Commit

Permalink
remove invalid asset
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpark committed Sep 14, 2023
1 parent 7e3442b commit bb281f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration_tests/sql_lab/api_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ def test_get_from_bootstrap_data_for_non_persisted_tab_state(self):
assert result["active_tab"] == None
assert result["queries"] == {}
assert result["tab_state_ids"] == []
self.assertEqual(len(result["databases"]), 0)

@mock.patch.dict(
"superset.extensions.feature_flag_manager._feature_flags",
Expand Down

0 comments on commit bb281f4

Please sign in to comment.