From 2d6f712e0ce356909805b5d12664ab04bafa0972 Mon Sep 17 00:00:00 2001 From: Przemko Robakowski Date: Mon, 28 Oct 2024 22:56:00 +0100 Subject: [PATCH] fix test server --- lib/auth/helpers.go | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/auth/helpers.go b/lib/auth/helpers.go index 851cca043ad92..9553f2697cf8c 100644 --- a/lib/auth/helpers.go +++ b/lib/auth/helpers.go @@ -366,6 +366,7 @@ func NewTestAuthServer(cfg TestAuthServerConfig) (*TestAuthServer, error) { WebSession: svces.Identity.WebSessions(), WebToken: svces.WebTokens(), WindowsDesktops: svces.WindowsDesktops, + DynamicWindowsDesktops: svces.DynamicWindowsDesktops, }) if err != nil { return nil, trace.Wrap(err)