Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1d091 commit e03d132Copy full SHA for e03d132
agent/agent_test.go
@@ -2372,7 +2372,7 @@ func TestAgent_DevcontainerRecreate(t *testing.T) {
2372
// devcontainer, we do it in a goroutine so we can process logs
2373
// concurrently.
2374
go func(container codersdk.WorkspaceAgentContainer) {
2375
- _, err := conn.RecreateDevcontainer(ctx, container.ID)
+ _, err := conn.RecreateDevcontainer(ctx, devcontainerID.String())
2376
assert.NoError(t, err, "recreate devcontainer should succeed")
2377
}(container)
2378
0 commit comments