We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e0ed5c commit 2007cc0Copy full SHA for 2007cc0
tests/core/test_integration.py
@@ -1698,7 +1698,7 @@ def test_seed_model_promote_to_prod_after_dev(
1698
# Promote all changes to prod
1699
waiter_names_snapshot = context.get_snapshot("sushi.waiter_names")
1700
plan = context.plan_builder("prod", skip_tests=True).build()
1701
- # Clear the cache to source the dehydrated model instance from the state
+ # Clear the cache to source the dehydrated model instance from the state
1702
context.clear_caches()
1703
context.apply(plan)
1704
0 commit comments