Skip to content

Commit

Permalink
Merge pull request #9937 from owncloud/update-test-path
Browse files Browse the repository at this point in the history
[tests-only][full-ci] update path for ldap-user.ldif file for Reva
  • Loading branch information
saw-jan authored Aug 29, 2024
2 parents 1f02436 + bb8dc9d commit 854332e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/acceptance/config/behat-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/config/behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ default:
ldapAdminPassword: admin
ldapUsersOU: TestUsers
ldapGroupsOU: TestGroups
ldapInitialUserFilePath: /../../config/ldap-users.ldif
ldapInitialUserFilePath: /../config/ldap-users.ldif
contexts:
- SettingsContext:
- GraphContext:
Expand Down

0 comments on commit 854332e

Please sign in to comment.