Skip to content

Commit 1c76f44

Browse files
committed
test
1 parent c79f45e commit 1c76f44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

enterprise/coderd/templates_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2239,10 +2239,10 @@ func TestInvalidateTemplatePrebuilds_RegularUser(t *testing.T) {
22392239
// Given
22402240
version1 := coderdtest.CreateTemplateVersion(t, ownerClient, owner.OrganizationID, &echo.Responses{
22412241
Parse: echo.ParseComplete,
2242-
ProvisionPlan: []*proto.Response{
2242+
ProvisionGraph: []*proto.Response{
22432243
{
2244-
Type: &proto.Response_Plan{
2245-
Plan: &proto.PlanComplete{
2244+
Type: &proto.Response_Graph{
2245+
Graph: &proto.GraphComplete{
22462246
Presets: []*proto.Preset{presetWithParameters1},
22472247
Parameters: templateVersionParameters,
22482248
},

0 commit comments

Comments
 (0)