Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a1d0d00

Browse files
committed
fixup! address PR comments
1 parent 7437e49 commit a1d0d00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cli/exp_rpty_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import (
99
"github.com/ory/dockertest/v3/docker"
1010

1111
"github.com/coder/coder/v2/agent"
12+
"github.com/coder/coder/v2/agent/agentcontainers"
1213
"github.com/coder/coder/v2/agent/agenttest"
1314
"github.com/coder/coder/v2/cli/clitest"
1415
"github.com/coder/coder/v2/coderd/coderdtest"
@@ -89,6 +90,7 @@ func TestExpRpty(t *testing.T) {
8990

9091
_ = agenttest.New(t, client.URL, agentToken, func(o *agent.Options) {
9192
o.ExperimentalDevcontainersEnabled = true
93+
o.ContainerLister = agentcontainers.NewDocker(o.Execer)
9294
})
9395
_ = coderdtest.NewWorkspaceAgentWaiter(t, client, workspace.ID).Wait()
9496

0 commit comments

Comments
 (0)