aboutsummaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-10-04 12:49:55 +0200
committerJoas Schilling <coding@schilljs.com>2016-10-04 12:49:55 +0200
commitdb57190e33f632f9da2e07eae9f610934b9f9282 (patch)
treeef2c8d0df813c2c24662a18161ffd0e7b71c840a /apps/updatenotification/tests
parentb74c12c3f5719a168c00c66eb822741f4f8fff5f (diff)
downloadnextcloud-server-db57190e33f632f9da2e07eae9f610934b9f9282.tar.gz
nextcloud-server-db57190e33f632f9da2e07eae9f610934b9f9282.zip
Use new URL schema
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/updatenotification/tests')
-rw-r--r--apps/updatenotification/tests/Notification/BackgroundJobTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/updatenotification/tests/Notification/BackgroundJobTest.php b/apps/updatenotification/tests/Notification/BackgroundJobTest.php
index 2bf700b4e92..911b1cc8e2f 100644
--- a/apps/updatenotification/tests/Notification/BackgroundJobTest.php
+++ b/apps/updatenotification/tests/Notification/BackgroundJobTest.php
@@ -168,7 +168,7 @@ class BackgroundJobTest extends TestCase {
} else {
$this->urlGenerator->expects($this->once())
->method('linkToRouteAbsolute')
- ->with('settings_admin')
+ ->with('settings.AdminSettings.index')
->willReturn('admin-url');
$job->expects($this->once())