diff --git a/connector/ldap/ldap_test.go b/connector/ldap/ldap_test.go index 83f9f4790ca73a0c2b1fc907f4b54f03b7352970..9e0003b8c062841d418885a43dbbad08c84e1167 100644 --- a/connector/ldap/ldap_test.go +++ b/connector/ldap/ldap_test.go @@ -523,7 +523,7 @@ func getenv(key, defaultVal string) string { // runTests runs a set of tests against an LDAP schema. // -// The tests require LDAP to be runnning. +// The tests require LDAP to be running. // You can use the provided docker-compose file to setup an LDAP server. func runTests(t *testing.T, connMethod connectionMethod, config *Config, tests []subtest) { ldapHost := os.Getenv("DEX_LDAP_HOST")