Skip to content

Commit e28e32e

Browse files
committed
fixup! Merge branch 'main' into dean/schedule-max-ttl
1 parent 49a2ec7 commit e28e32e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

enterprise/coderd/templates_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ func TestTemplates(t *testing.T) {
6161
err := client.UpdateWorkspaceTTL(ctx, workspace3.ID, codersdk.UpdateWorkspaceTTLRequest{
6262
TTLMillis: nil,
6363
})
64+
require.NoError(t, err)
6465

6566
updated, err := client.UpdateTemplateMeta(ctx, template.ID, codersdk.UpdateTemplateMeta{
6667
Name: template.Name,

0 commit comments

Comments
 (0)