From 662985c1e5a45da68387a079d2f6f4aa56f595b6 Mon Sep 17 00:00:00 2001 From: Kamil Gabryjelski Date: Fri, 3 Mar 2023 14:22:10 +0100 Subject: [PATCH] Update tests/integration_tests/charts/data/api_tests.py Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com> --- tests/integration_tests/charts/data/api_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration_tests/charts/data/api_tests.py b/tests/integration_tests/charts/data/api_tests.py index bde0d2a470568..83fb7281fbc74 100644 --- a/tests/integration_tests/charts/data/api_tests.py +++ b/tests/integration_tests/charts/data/api_tests.py @@ -77,7 +77,7 @@ INCOMPATIBLE_ADHOC_COLUMN_FIXTURE: AdhocColumn = { "hasCustomLabel": True, "label": "exciting_or_boring", - "sqlExpression": "case when genre = 'Action' then 'Exciting' " "else 'Boring' end", + "sqlExpression": "case when genre = 'Action' then 'Exciting' else 'Boring' end", }