Skip to content

Commit 2a77b84

Browse files
fix test start date
1 parent de5c792 commit 2a77b84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/core/test_integration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2045,6 +2045,7 @@ def test_dbt_is_incremental_table_is_missing(sushi_test_dbt_context: Context):
20452045
model = context.get_model("sushi.waiter_revenue_by_day_v2")
20462046
model = model.copy(update={"kind": IncrementalUnmanagedKind(), "start": "2023-01-01"})
20472047
context.upsert_model(model)
2048+
context._standalone_audits["test_top_waiters"].start = "2023-01-01"
20482049

20492050
context.plan("prod", auto_apply=True, no_prompts=True, skip_tests=True)
20502051

0 commit comments

Comments
 (0)