From ae84b117e950922bb0a808477f240ea434d39abb Mon Sep 17 00:00:00 2001 From: mattab <matthieu.aubry@gmail.com> Date: Thu, 19 Jun 2014 19:27:07 +1200 Subject: [PATCH] Fix typo --- composer.lock | 3 ++- tests/lib/screenshot-testing/config.js | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/composer.lock b/composer.lock index d4813ca099..340b121c25 100644 --- a/composer.lock +++ b/composer.lock @@ -1,7 +1,8 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" + "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "This file is @generated automatically" ], "hash": "016b7b6646d1d3ec6d8b574b5a6c5561", "packages": [ diff --git a/tests/lib/screenshot-testing/config.js b/tests/lib/screenshot-testing/config.js index cdae6585c8..93aa763cf1 100644 --- a/tests/lib/screenshot-testing/config.js +++ b/tests/lib/screenshot-testing/config.js @@ -10,7 +10,7 @@ /** * The root Piwik URL to test against. */ -exports.piwikUrl = "http://localhost/piwik-master/"; +exports.piwikUrl = "http://localhost/"; /** * Data for the $_SERVER variable in the setup/teardown PHP scripts. Should be the same as @@ -18,7 +18,7 @@ exports.piwikUrl = "http://localhost/piwik-master/"; */ exports.phpServer = { HTTP_HOST: 'localhost', - REQUEST_URI: '/piwik-master/', + REQUEST_URI: '/', REMOTE_ADDR: '127.0.0.1' }; -- GitLab