Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite03d132

Browse files
authored
test(agent): fix TestAgent_DevcontainerRecreate (#18618)
1 parent1b1d091 commite03d132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎agent/agent_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2372,7 +2372,7 @@ func TestAgent_DevcontainerRecreate(t *testing.T) {
23722372
// devcontainer, we do it in a goroutine so we can process logs
23732373
// concurrently.
23742374
gofunc(container codersdk.WorkspaceAgentContainer) {
2375-
_,err:=conn.RecreateDevcontainer(ctx,container.ID)
2375+
_,err:=conn.RecreateDevcontainer(ctx,devcontainerID.String())
23762376
assert.NoError(t,err,"recreate devcontainer should succeed")
23772377
}(container)
23782378

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp