From 5df3018dddb4f2231772d67b398940fc5de2a01c Mon Sep 17 00:00:00 2001 From: mattab <matthieu.aubry@gmail.com> Date: Thu, 19 Jun 2014 18:29:53 +1200 Subject: [PATCH] fix ui build --- 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 93aa763cf1..cdae6585c8 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/"; +exports.piwikUrl = "http://localhost/piwik-master/"; /** * Data for the $_SERVER variable in the setup/teardown PHP scripts. Should be the same as @@ -18,7 +18,7 @@ exports.piwikUrl = "http://localhost/"; */ exports.phpServer = { HTTP_HOST: 'localhost', - REQUEST_URI: '/', + REQUEST_URI: '/piwik-master/', REMOTE_ADDR: '127.0.0.1' }; -- GitLab