diff --git a/tests/lib/screenshot-testing/config.js b/tests/lib/screenshot-testing/config.js index 3341acedd2ab248ecf0615962822eaf6e23720e5..5e93ba3b027279324ed4edff3c24ac182905976a 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' };