mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
test: template import should never complete, use Plan over apply (#21895)
Closes https://github.com/coder/internal/issues/1221
This commit is contained in:
@@ -1389,7 +1389,7 @@ func TestTemplateVersionDryRun(t *testing.T) {
|
||||
// This import job will never finish
|
||||
version := coderdtest.CreateTemplateVersion(t, client, user.OrganizationID, &echo.Responses{
|
||||
Parse: echo.ParseComplete,
|
||||
ProvisionApply: []*proto.Response{{
|
||||
ProvisionPlan: []*proto.Response{{
|
||||
Type: &proto.Response_Log{
|
||||
Log: &proto.Log{},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user