You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by is...@apache.org on 2018/08/29 19:48:45 UTC

[ambari] branch branch-feature-AMBARI-14714 updated: fixing 1 failing test

This is an automated email from the ASF dual-hosted git repository.

ishanbha pushed a commit to branch branch-feature-AMBARI-14714
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-feature-AMBARI-14714 by this push:
     new 22e89b9  fixing 1 failing test
22e89b9 is described below

commit 22e89b9f8d536cb2aecf4eb69b9b8231cc91b067
Author: Ishan Bhatt <is...@gmail.com>
AuthorDate: Mon Aug 27 15:50:15 2018 -0700

    fixing 1 failing test
---
 .../test/controllers/wizard/step7/assign_master_controller_test.js      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-web/test/controllers/wizard/step7/assign_master_controller_test.js b/ambari-web/test/controllers/wizard/step7/assign_master_controller_test.js
index 3a66b9e..8790469 100644
--- a/ambari-web/test/controllers/wizard/step7/assign_master_controller_test.js
+++ b/ambari-web/test/controllers/wizard/step7/assign_master_controller_test.js
@@ -300,7 +300,7 @@ describe('App.AssignMasterOnStep7Controller', function () {
     beforeEach(function() {
       sinon.stub(App.StackServiceComponent, 'find').returns(Em.Object.create({
         stackService: App.StackService.createRecord({
-          requiredServices: ['S1', 'S2']
+          requiredServices: ['S2']
         })
       }));
       sinon.stub(App.Service, 'find').returns([