Skip to content

Commit 7494a9b

Browse files
committed
more tests
1 parent 9a6ab44 commit 7494a9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

provisioner/terraform/provision_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ func TestProvision_Cancel(t *testing.T) {
181181
// Provisioner requires a plan before an apply, so test cancel with plan.
182182
name: "Cancel plan",
183183
mode: "plan",
184-
startSequence: []string{"init_start", "plan_start"},
184+
startSequence: []string{"init", "plan_start"},
185185
wantLog: []string{"interrupt", "exit"},
186186
},
187187
}
@@ -222,7 +222,7 @@ func TestProvision_Cancel(t *testing.T) {
222222
err = sendPlan(sess, proto.WorkspaceTransition_START)
223223
require.NoError(t, err)
224224
})
225-
continue
225+
goto LoopStart
226226
}
227227

228228
log := msg.GetLog()

0 commit comments

Comments
 (0)