diff --git a/internal/controller/supervisorconfig/ldapupstreamwatcher/ldap_upstream_watcher_test.go b/internal/controller/supervisorconfig/ldapupstreamwatcher/ldap_upstream_watcher_test.go index 169936402..71b62aa9c 100644 --- a/internal/controller/supervisorconfig/ldapupstreamwatcher/ldap_upstream_watcher_test.go +++ b/internal/controller/supervisorconfig/ldapupstreamwatcher/ldap_upstream_watcher_test.go @@ -616,10 +616,7 @@ func TestLDAPUpstreamWatcherControllerSync(t *testing.T) { }, }, }}, - wantValidatedSettings: map[string]upstreamwatchers.ValidatedSettings{testName: { - UserSearchBase: testUserSearchBase, - GroupSearchBase: testGroupSearchBase, - }}, + wantValidatedSettings: map[string]upstreamwatchers.ValidatedSettings{}, }, { name: "non-nil TLS configuration with empty CertificateAuthorityData is valid",