From f9a1354211da95c20eb7066d391f13a89aeacf54 Mon Sep 17 00:00:00 2001 From: mattab <matthieu.aubry@gmail.com> Date: Wed, 11 Jun 2014 17:40:10 +1200 Subject: [PATCH] Fix typo from previous commit --- tests/lib/screenshot-testing/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/lib/screenshot-testing/config.js b/tests/lib/screenshot-testing/config.js index 3341acedd2..5e93ba3b02 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