Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@owncloud.com>2016-04-28 12:59:26 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2016-05-11 14:36:46 +0300
commitaa85edd2242c696954c64799e7880f7a3d39ca83 (patch)
tree06bfb0fd7b96b79da434794a033b0a900e2fd281 /build
parent8cc5f6036f6ff1377077da0eed1cf4350db4b7e6 (diff)
increase token column width
add some range to time() assertions
Diffstat (limited to 'build')
-rw-r--r--build/integration/features/bootstrap/BasicStructure.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/features/bootstrap/BasicStructure.php b/build/integration/features/bootstrap/BasicStructure.php
index 31be33165e6..60ae51dbdf0 100644
--- a/build/integration/features/bootstrap/BasicStructure.php
+++ b/build/integration/features/bootstrap/BasicStructure.php
@@ -176,7 +176,7 @@ trait BasicStructure {
* @param string $user
*/
public function loggingInUsingWebAs($user) {
- $loginUrl = substr($this->baseUrl, 0, -5);
+ $loginUrl = substr($this->baseUrl, 0, -5) . '/login';
// Request a new session and extract CSRF token
$client = new Client();
$response = $client->get(