diff options
Diffstat (limited to 'internal/authentication/ldap_user_provider_test.go')
| -rw-r--r-- | internal/authentication/ldap_user_provider_test.go | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/authentication/ldap_user_provider_test.go b/internal/authentication/ldap_user_provider_test.go index a63cb1091..2123ad4dd 100644 --- a/internal/authentication/ldap_user_provider_test.go +++ b/internal/authentication/ldap_user_provider_test.go @@ -489,7 +489,7 @@ func TestShouldReturnCheckServerSearchError(t *testing.T) {  	gomock.InOrder(dialURL, connBind, searchOIDs, connClose)  	err := ldapClient.StartupCheck() -	assert.EqualError(t, err, "could not perform the search") +	assert.EqualError(t, err, "error occurred during RootDSE search: could not perform the search")  	assert.False(t, ldapClient.features.Extensions.PwdModifyExOp)  }  | 
