Skip to content

Commit

Permalink
Merge pull request #220 from owncloud/acceptance-test-baseURL
Browse files Browse the repository at this point in the history
Remove /ocs/ from end of acceptance tests baseUrl
  • Loading branch information
phil-davis authored Apr 3, 2018
2 parents 0ab9dbb + 2f9384b commit c2c9d63
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ default:
- UserLdapGeneralContext:
- UserLdapUsersContext:
- FeatureContext:
baseUrl: http://localhost:8080/ocs/
baseUrl: http://localhost:8080
adminUsername: admin
adminPassword: admin
regularUserPassword: 123456
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ public function connectToLdap($suiteParameters) {
$this->ldap->bind();
SetupHelper::init(
"admin", (string)$suiteParameters['adminPassword'],
$this->getMinkParameter('base_url'), $suiteParameters['ocPath']
$this->featureContext->getBaseUrl(), $suiteParameters['ocPath']
);
}

Expand Down

0 comments on commit c2c9d63

Please sign in to comment.