diff --git a/tests/acceptance/config/behat-core.yml b/tests/acceptance/config/behat-core.yml index 0be28e490d..1d3ae9c1f5 100644 --- a/tests/acceptance/config/behat-core.yml +++ b/tests/acceptance/config/behat-core.yml @@ -10,7 +10,7 @@ default: ldapAdminPassword: admin ldapUsersOU: TestUsers ldapGroupsOU: TestGroups - ldapInitialUserFilePath: /../../config/ldap-users.ldif + ldapInitialUserFilePath: /../config/ldap-users.ldif contexts: - FeatureContext: &common_feature_context_params baseUrl: http://localhost:8080 diff --git a/tests/acceptance/config/behat.yml b/tests/acceptance/config/behat.yml index 403a7d0847..9e288e323d 100644 --- a/tests/acceptance/config/behat.yml +++ b/tests/acceptance/config/behat.yml @@ -11,7 +11,7 @@ default: ldapAdminPassword: admin ldapUsersOU: TestUsers ldapGroupsOU: TestGroups - ldapInitialUserFilePath: /../../config/ldap-users.ldif + ldapInitialUserFilePath: /../config/ldap-users.ldif contexts: - SettingsContext: - GraphContext: