Skip to content

Commit 91b64f4

Browse files
pr feedback 3
1 parent 55f59ce commit 91b64f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/core/test_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2778,7 +2778,7 @@ def test_defaults_pre_post_statements(tmp_path: Path):
27782778
# Verify statements are in the model and python environment has been popuplated
27792779
assert len(model.pre_statements) == 2
27802780
assert len(model.post_statements) == 1
2781-
assert model.python_env["__sqlmesh__vars__"].payload == "{'var1': 4}"
2781+
assert model.python_env[c.SQLMESH_VARS].payload == "{'var1': 4}"
27822782

27832783
# Verify the statements contain the expected SQL
27842784
assert model.pre_statements[0].sql() == "SET memory_limit = '10GB'"

0 commit comments

Comments
 (0)