File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4268,7 +4268,7 @@ def test_dbt_dialect_with_normalization_strategy(init_and_plan_context: t.Callab
42684268 context , _ = init_and_plan_context (
42694269 "tests/fixtures/dbt/sushi_test" , config = "test_config_with_normalization_strategy"
42704270 )
4271- assert context .default_dialect == "duckdb,normalization_strategy=UPPERCASE "
4271+ assert context .default_dialect == "duckdb,normalization_strategy=LOWERCASE "
42724272
42734273
42744274@pytest .mark .parametrize (
Original file line number Diff line number Diff line change 1616test_config_with_normalization_strategy = sqlmesh_config (
1717 Path (__file__ ).parent ,
1818 variables = variables ,
19- model_defaults = ModelDefaultsConfig (dialect = "duckdb,normalization_strategy=UPPERCASE " ),
19+ model_defaults = ModelDefaultsConfig (dialect = "duckdb,normalization_strategy=LOWERCASE " ),
2020)
You can’t perform that action at this time.
0 commit comments