Skip to content

Commit d6a4917

Browse files
committed
fix test
1 parent e3c713c commit d6a4917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/core/integration/test_dbt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def test_dbt_is_incremental_table_is_missing(sushi_test_dbt_context: Context):
4848
model = context.get_model("sushi.waiter_revenue_by_day_v2")
4949
model = model.copy(update={"kind": IncrementalUnmanagedKind(), "start": "2023-01-01"})
5050
context.upsert_model(model)
51-
context._standalone_audits["test_top_waiters"].start = "2023-01-01"
51+
context._standalone_audits["sushi.test_top_waiters"].start = "2023-01-01"
5252

5353
context.plan("prod", auto_apply=True, no_prompts=True, skip_tests=True)
5454

0 commit comments

Comments
 (0)