Skip to content

feat: add API/SDK support for autostop extension #1778

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
May 26, 2022
Prev Previous commit
Next Next commit
rename test
  • Loading branch information
johnstcn committed May 26, 2022
commit 759fb8a86684a271d5ef5799ff92d1c1a56c5284
2 changes: 1 addition & 1 deletion coderd/workspaces_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ func TestWorkspaceUpdateAutostart(t *testing.T) {
})
}

func TestWorkspaceUpdateAutostop(t *testing.T) {
func TestWorkspaceUpdateTTL(t *testing.T) {
t.Parallel()

testCases := []struct {
Expand Down