Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update tests/core/test_integration.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
  • Loading branch information
izeigerman and Copilot authored Sep 19, 2025
commit 2007cc0a9e1f1884df7bd0ebfb887a79796c3234
2 changes: 1 addition & 1 deletion tests/core/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -1698,7 +1698,7 @@ def test_seed_model_promote_to_prod_after_dev(
# Promote all changes to prod
waiter_names_snapshot = context.get_snapshot("sushi.waiter_names")
plan = context.plan_builder("prod", skip_tests=True).build()
# Clear the cache to source the dehydrated model instance from the state
# Clear the cache to source the dehydrated model instance from the state
context.clear_caches()
context.apply(plan)

Expand Down