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

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2016-06-07 18:15:04 +0300
committerJoas Schilling <nickvergessen@owncloud.com>2016-06-07 18:19:23 +0300
commit6d3f3824656581d385769290cfffa1566780bbda (patch)
treed0d8f6e76c1a70c5965ee808d46b6fd7b45cbde6 /tests/Unit
parent058012856ab9421957f9339d310b4b3e52f1d338 (diff)
Do not enable Notifications on the login/ pages
Diffstat (limited to 'tests/Unit')
-rw-r--r--tests/Unit/AppInfo/AppTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Unit/AppInfo/AppTest.php b/tests/Unit/AppInfo/AppTest.php
index a2fe57b..bd1f687 100644
--- a/tests/Unit/AppInfo/AppTest.php
+++ b/tests/Unit/AppInfo/AppTest.php
@@ -89,6 +89,7 @@ class AppTest extends TestCase {
['/index.php', '/apps/files', null, false],
['/remote.php', '/webdav', $user, false],
['/index.php', '/s/1234567890123', $user, false],
+ ['/index.php', '/login/selectchallenge', $user, false],
];
}