We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6ab44 commit 7494a9bCopy full SHA for 7494a9b
provisioner/terraform/provision_test.go
@@ -181,7 +181,7 @@ func TestProvision_Cancel(t *testing.T) {
181
// Provisioner requires a plan before an apply, so test cancel with plan.
182
name: "Cancel plan",
183
mode: "plan",
184
- startSequence: []string{"init_start", "plan_start"},
+ startSequence: []string{"init", "plan_start"},
185
wantLog: []string{"interrupt", "exit"},
186
},
187
}
@@ -222,7 +222,7 @@ func TestProvision_Cancel(t *testing.T) {
222
err = sendPlan(sess, proto.WorkspaceTransition_START)
223
require.NoError(t, err)
224
})
225
- continue
+ goto LoopStart
226
227
228
log := msg.GetLog()
0 commit comments