mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
test(agent): fix TestAgent_DevcontainerRecreate (#18618)
This commit is contained in:
+1
-1
@@ -2372,7 +2372,7 @@ func TestAgent_DevcontainerRecreate(t *testing.T) {
|
||||
// devcontainer, we do it in a goroutine so we can process logs
|
||||
// concurrently.
|
||||
go func(container codersdk.WorkspaceAgentContainer) {
|
||||
_, err := conn.RecreateDevcontainer(ctx, container.ID)
|
||||
_, err := conn.RecreateDevcontainer(ctx, devcontainerID.String())
|
||||
assert.NoError(t, err, "recreate devcontainer should succeed")
|
||||
}(container)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user