You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// bootstrapping also performs synthesis. As it turns out, bootstrap-stage synthesis still causes the lookups to be cached, meaning that the lookup never
191
-
// happens when we actually call `cdk synth --no-lookups`. This results in the error never being thrown, because it never tries to lookup anything.
192
-
// Fix this by not trying to bootstrap; there's no need to bootstrap anyway, since the test never tries to deploy anything.
193
-
integTest('context in stage propagates to top',withoutBootstrap(async(fixture)=>{
190
+
integTest('context in stage propagates to top',withDefaultFixture(async(fixture)=>{
194
191
awaitexpect(fixture.cdkSynth({
195
192
// This will make it error to prove that the context bubbles up, and also that we can fail on command
0 commit comments