Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
hexcafe committed Jun 30, 2024
1 parent 1fbd42d commit 639518f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/model_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ def test_query_label_without_group_by(self):
)

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):
Expand Down

0 comments on commit 639518f

Please sign in to comment.