From 8f1064d9d961493c2f6b67371ed92bca2ad067bf Mon Sep 17 00:00:00 2001 From: Przemko Robakowski Date: Tue, 29 Oct 2024 23:00:02 +0100 Subject: [PATCH] fix tests --- lib/cache/cache_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/cache/cache_test.go b/lib/cache/cache_test.go index b51b41e415192..7f3e6144cf79a 100644 --- a/lib/cache/cache_test.go +++ b/lib/cache/cache_test.go @@ -847,6 +847,7 @@ func TestCompletenessInit(t *testing.T) { DatabaseServices: p.databaseServices, Databases: p.databases, WindowsDesktops: p.windowsDesktops, + DynamicWindowsDesktops: p.dynamicWindowsDesktops, SAMLIdPServiceProviders: p.samlIDPServiceProviders, UserGroups: p.userGroups, Okta: p.okta, @@ -1140,6 +1141,7 @@ func TestListResources_NodesTTLVariant(t *testing.T) { DatabaseServices: p.databaseServices, Databases: p.databases, WindowsDesktops: p.windowsDesktops, + DynamicWindowsDesktops: p.dynamicWindowsDesktops, SAMLIdPServiceProviders: p.samlIDPServiceProviders, UserGroups: p.userGroups, Okta: p.okta, @@ -1234,6 +1236,7 @@ func initStrategy(t *testing.T) { DatabaseServices: p.databaseServices, Databases: p.databases, WindowsDesktops: p.windowsDesktops, + DynamicWindowsDesktops: p.dynamicWindowsDesktops, SAMLIdPServiceProviders: p.samlIDPServiceProviders, UserGroups: p.userGroups, Okta: p.okta,