Skip to content

Commit cc5e221

Browse files
committed
fix duplicate container name
1 parent e05d30b commit cc5e221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/workspace_proxy_resource_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func TestAccWorkspaceProxyResourceAGPL(t *testing.T) {
6262
t.Skip("Acceptance tests are disabled.")
6363
}
6464
ctx := context.Background()
65-
client := integration.StartCoder(ctx, t, "ws_proxy_acc", false)
65+
client := integration.StartCoder(ctx, t, "ws_proxy_acc_agpl", false)
6666

6767
cfg1 := testAccWorkspaceProxyResourceConfig{
6868
URL: client.URL.String(),

0 commit comments

Comments
 (0)