File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
pages/TemplateSettingsPage Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ const fillAndSubmitForm = async ({
34
34
description,
35
35
default_ttl_ms,
36
36
icon,
37
- } : Omit < Required < UpdateTemplateMeta > , "min_autostart_interval_ms" > ) => {
37
+ } : Required < UpdateTemplateMeta > ) => {
38
38
const nameField = await screen . findByLabelText ( FormLanguage . nameLabel )
39
39
await userEvent . clear ( nameField )
40
40
await userEvent . type ( nameField , name )
Original file line number Diff line number Diff line change @@ -199,7 +199,6 @@ export const MockTemplate: TypesGen.Template = {
199
199
} ,
200
200
description : "This is a test description." ,
201
201
default_ttl_ms : 24 * 60 * 60 * 1000 ,
202
- min_autostart_interval_ms : 60 * 60 * 1000 ,
203
202
created_by_id : "test-creator-id" ,
204
203
created_by_name : "test_creator" ,
205
204
icon : "/icon/code.svg" ,
You can’t perform that action at this time.
0 commit comments