This commit is contained in:
hexcafe 2024-06-30 14:09:45 -07:00
parent 1fbd42da27
commit 639518f234
1 changed files with 1 additions and 1 deletions

View File

@ -577,7 +577,7 @@ class TestSqlaTableModel(SupersetTestCase):
)
sql = tbl.get_query_str(query_obj)
self.assertIn('name AS "Given Name"', sql)
self.assertRegex(sql, r'name AS ["`]?Given Name["`]?')
@pytest.mark.usefixtures("load_birth_names_dashboard_with_slices")
def test_data_for_slices_with_no_query_context(self):