Skip to content

Commit 545802d

Browse files
committed
Fix proxytest
1 parent 481a032 commit 545802d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

enterprise/coderd/coderdenttest/proxytest.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,8 @@ func NewWorkspaceProxy(t *testing.T, coderdAPI *coderd.API, owner *codersdk.Clie
108108
}
109109

110110
proxyRes, err := owner.CreateWorkspaceProxy(ctx, codersdk.CreateWorkspaceProxyRequest{
111-
Name: options.Name,
112-
Icon: "/emojis/flag.png",
113-
URL: accessURL.String(),
114-
WildcardHostname: options.AppHostname,
111+
Name: options.Name,
112+
Icon: "/emojis/flag.png",
115113
})
116114
require.NoError(t, err, "failed to create workspace proxy")
117115

0 commit comments

Comments
 (0)