From ab1d786d879d519c86cd2016490d1ade5e43fd41 Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Tue, 17 Nov 2015 13:37:13 +0100 Subject: Fix port issue - options.host already has the port attached --- core/js/tests/specs/files/clientSpec.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'core/js/tests/specs') diff --git a/core/js/tests/specs/files/clientSpec.js b/core/js/tests/specs/files/clientSpec.js index 67815d93f05..7d039b5143a 100644 --- a/core/js/tests/specs/files/clientSpec.js +++ b/core/js/tests/specs/files/clientSpec.js @@ -25,11 +25,10 @@ describe('OC.Files.Client tests', function() { var client; beforeEach(function() { - baseUrl = 'https://testhost:999/owncloud/remote.php/webdav/'; + baseUrl = 'https://testhost/owncloud/remote.php/webdav/'; client = new Client({ host: 'testhost', - port: 999, root: '/owncloud/remote.php/webdav', useHTTPS: true }); -- cgit v1.2.3