From bb8dc9d5e9032f0cf2c2404e159ba94d1d4638f9 Mon Sep 17 00:00:00 2001 From: prashant-gurung899 Date: Thu, 29 Aug 2024 12:43:34 +0545 Subject: [PATCH] test:update path Signed-off-by: prashant-gurung899 --- tests/acceptance/config/behat-core.yml | 2 +- tests/acceptance/config/behat.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/acceptance/config/behat-core.yml b/tests/acceptance/config/behat-core.yml index 0be28e490d2..1d3ae9c1f5d 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 a4ccfcaafa6..1f942cbc67f 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: