Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Chemineau <louis@chmn.me>2022-01-11 19:18:11 +0300
committerLouis Chemineau <louis@chmn.me>2022-01-11 19:26:40 +0300
commit14e57bf70a612c16eccdd733b3562d46053419c5 (patch)
treedf8365dd8ef8991668fb9428b019e50e02507685 /apps/federatedfilesharing
parentbc47234e6be441c5b525448c088ac57bcc1fe4ae (diff)
Replace license information to SPDX expression
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'apps/federatedfilesharing')
-rw-r--r--apps/federatedfilesharing/tests/js/externalSpec.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/federatedfilesharing/tests/js/externalSpec.js b/apps/federatedfilesharing/tests/js/externalSpec.js
index d6c68a2ff8e..5a44686c1b3 100644
--- a/apps/federatedfilesharing/tests/js/externalSpec.js
+++ b/apps/federatedfilesharing/tests/js/externalSpec.js
@@ -4,7 +4,7 @@
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Vincent Petry <vincent@nextcloud.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
@@ -146,7 +146,7 @@ describe('OCA.Sharing external tests', function() {
plugin.processSharesToConfirm();
expect(fakeServer.requests.length).toEqual(1);
-
+
var req = fakeServer.requests[0];
expect(req.method).toEqual('GET');
expect(req.url).toEqual(OC.getRootPath() + '/index.php/apps/files_sharing/api/externalShares');