Skip to content

Commit 2507ab1

Browse files
committed
no provisioner
1 parent e5c3ec5 commit 2507ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/autoupdate_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func TestAutoUpdate(t *testing.T) {
6565
c := c
6666
t.Run(c.Name, func(t *testing.T) {
6767
t.Parallel()
68-
client := coderdtest.New(t, &coderdtest.Options{IncludeProvisionerDaemon: true})
68+
client := coderdtest.New(t, nil)
6969
_ = coderdtest.CreateFirstUser(t, client)
7070

7171
inv, root := clitest.New(t, c.Args...)

0 commit comments

Comments
 (0)