Skip to content

Commit ae93d61

Browse files
committed
compile fix
1 parent be30607 commit ae93d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enterprise/coderd/coderdenttest/proxytest.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ func NewWorkspaceProxyReplica(t *testing.T, coderdAPI *coderd.API, owner *coders
156156
RealIPConfig: coderdAPI.RealIPConfig,
157157
Tracing: coderdAPI.TracerProvider,
158158
APIRateLimit: coderdAPI.APIRateLimit,
159-
CookieConfig: coderdAPI.Cookies,
159+
CookieConfig: coderdAPI.DeploymentValues.HTTPCookies,
160160
ProxySessionToken: token,
161161
DisablePathApps: options.DisablePathApps,
162162
// We need a new registry to not conflict with the coderd internal

0 commit comments

Comments
 (0)