Fix wrong ldap hosts value within the bats test

This commit is contained in:
alinmear 2017-06-30 23:25:47 +02:00
parent bc11ead67d
commit 6cd603c0d6
1 changed files with 1 additions and 1 deletions

View File

@ -1097,7 +1097,7 @@ load 'test_helper/bats-assert/load'
}
@test "checking dovecot: ldap config overwrites success" {
run docker exec mail_with_ldap /bin/sh -c "grep 'hosts = ldap-host' /etc/dovecot/dovecot-ldap.conf.ext"
run docker exec mail_with_ldap /bin/sh -c "grep 'hosts = ldap' /etc/dovecot/dovecot-ldap.conf.ext"
assert_success
run docker exec mail_with_ldap /bin/sh -c "grep 'base = ou=people,dc=localhost,dc=localdomain' /etc/dovecot/dovecot-ldap.conf.ext"
assert_success