mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
chore: rename template restart requirement to autostop requirement (#9295)
This commit is contained in:
@ -623,7 +623,7 @@ func TestExecutorAutostartTemplateDisabled(t *testing.T) {
|
||||
UserAutostartEnabled: false,
|
||||
UserAutostopEnabled: true,
|
||||
DefaultTTL: 0,
|
||||
RestartRequirement: schedule.TemplateRestartRequirement{},
|
||||
AutostopRequirement: schedule.TemplateAutostopRequirement{},
|
||||
}, nil
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user