Browse Source

fix create proj test

Justin Rhee 3 năm trước cách đây
mục cha
commit
c6c13be23f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      api/server/handlers/project/create_test.go

+ 1 - 0
api/server/handlers/project/create_test.go

@@ -43,6 +43,7 @@ func TestCreateProjectSuccessful(t *testing.T) {
 			},
 		},
 		CapiProvisionerEnabled: true,
+		SimplifiedViewEnabled: true,
 	}
 
 	gotProject := &types.CreateProjectResponse{}