From b50278e92fa6217bc4c890458b8f7a447045ed51 Mon Sep 17 00:00:00 2001 From: Alex M Date: Mon, 19 Sep 2016 20:22:46 +0300 Subject: [PATCH] [Edit] Remove mocked unused UrlService --- platform/commonUI/edit/test/actions/SaveAsActionSpec.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/platform/commonUI/edit/test/actions/SaveAsActionSpec.js b/platform/commonUI/edit/test/actions/SaveAsActionSpec.js index a175118f16..c1b0eee003 100644 --- a/platform/commonUI/edit/test/actions/SaveAsActionSpec.js +++ b/platform/commonUI/edit/test/actions/SaveAsActionSpec.js @@ -33,7 +33,6 @@ define( mockDialogService, mockCopyService, mockParent, - mockUrlService, actionContext, capabilities = {}, action; @@ -112,12 +111,7 @@ define( "perform" ] ); - - mockUrlService = jasmine.createSpyObj( - "urlService", - ["urlForLocation"] - ); - + actionContext = { domainObject: mockDomainObject };