Skip to content

Commit 9f4d40d

Browse files
committed
Update test not to include variable
1 parent fac6a09 commit 9f4d40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/core/test_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12175,4 +12175,4 @@ def execution_date(evaluator):
1217512175
"""
1217612176
)
1217712177
model = load_sql_based_model(expressions)
12178-
assert_exp_eq(model.render_query(variables={"default": 42}), '''SELECT '1970-01-01' AS "col"''')
12178+
assert_exp_eq(model.render_query(), '''SELECT '1970-01-01' AS "col"''')

0 commit comments

Comments
 (0)