summaryrefslogtreecommitdiff
path: root/ambari-web/app/controllers/wizard/step9_controller.js
diff options
context:
space:
mode:
Diffstat (limited to 'ambari-web/app/controllers/wizard/step9_controller.js')
-rw-r--r--ambari-web/app/controllers/wizard/step9_controller.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ambari-web/app/controllers/wizard/step9_controller.js b/ambari-web/app/controllers/wizard/step9_controller.js
index adfe292c1c..93372c62aa 100644
--- a/ambari-web/app/controllers/wizard/step9_controller.js
+++ b/ambari-web/app/controllers/wizard/step9_controller.js
@@ -487,7 +487,7 @@ App.WizardStep9Controller = Em.Controller.extend({
data = {
"context": Em.I18n.t("requestInfo.startAddedServices"),
"ServiceInfo": { "state": "STARTED" },
- "urlParams": "ServiceInfo/state=INSTALLED&ServiceInfo/service_name.in(" + servicesList.join(",") + ")&params/reconfigure_client=false"
+ "urlParams": "ServiceInfo/state=INSTALLED&ServiceInfo/service_name.in(" + servicesList.join(",") + ")&params/run_smoke_test=true&params/reconfigure_client=false"
};
break;
default: