Test fix for ldap upstream watcher

This commit is contained in:
Margo Crawford 2021-09-02 17:34:18 -07:00
parent 27c1d2144a
commit 0195894a50

View File

@ -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",