Make sure search base in the validatedSettings cache is properly updated when the bind secret changes

This commit is contained in:
Margo Crawford
2021-09-07 13:09:35 -07:00
parent 88aba645b8
commit 27c1d2144a
4 changed files with 187 additions and 11 deletions
+1 -1
View File
@@ -464,7 +464,7 @@ func CreateTestActiveDirectoryIdentityProvider(t *testing.T, spec idpv1alpha1.Ac
})
t.Logf("created test ActiveDirectoryIdentityProvider %s", created.Name)
// Wait for the LDAPIdentityProvider to enter the expected phase (or time out).
// Wait for the ActiveDirectoryIdentityProvider to enter the expected phase (or time out).
var result *idpv1alpha1.ActiveDirectoryIdentityProvider
RequireEventuallyf(t,
func(requireEventually *require.Assertions) {