aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/test/js/handlebars-helpers-spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/test/js/handlebars-helpers-spec.js')
-rw-r--r--server/sonar-web/src/test/js/handlebars-helpers-spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/test/js/handlebars-helpers-spec.js b/server/sonar-web/src/test/js/handlebars-helpers-spec.js
index e88a6355cce..f756159b063 100644
--- a/server/sonar-web/src/test/js/handlebars-helpers-spec.js
+++ b/server/sonar-web/src/test/js/handlebars-helpers-spec.js
@@ -56,7 +56,7 @@ function returnY () {
casper.test.begin(testName(), function (test) {
casper
- .start(lib.buildUrl('ui-global-messages'), function () {
+ .start(lib.buildUrl('base'), function () {
lib.setDefaultViewport();
})