diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-01-15 13:54:26 +0100 |
---|---|---|
committer | Côme Chilliet <91878298+come-nc@users.noreply.github.com> | 2024-01-16 09:05:40 +0100 |
commit | 0483064f078918b3800f198f9f09d4cf4fcc3a38 (patch) | |
tree | b84df2f8ea8a88aec9bf33dbdbd3d7e430960646 /apps/settings/tests | |
parent | 80d58f01629214a769e20e5381dd2bac915fdd2d (diff) | |
download | nextcloud-server-0483064f078918b3800f198f9f09d4cf4fcc3a38.tar.gz nextcloud-server-0483064f078918b3800f198f9f09d4cf4fcc3a38.zip |
Migrate overwrite.cli.url setup check to new API
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'apps/settings/tests')
-rw-r--r-- | apps/settings/tests/Controller/CheckSetupControllerTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/settings/tests/Controller/CheckSetupControllerTest.php b/apps/settings/tests/Controller/CheckSetupControllerTest.php index b8f97b60bd5..022094100cb 100644 --- a/apps/settings/tests/Controller/CheckSetupControllerTest.php +++ b/apps/settings/tests/Controller/CheckSetupControllerTest.php @@ -220,7 +220,6 @@ class CheckSetupControllerTest extends TestCase { $expected = new DataResponse( [ - 'suggestedOverwriteCliURL' => '', 'cronInfo' => [ 'diffInSeconds' => 123, 'relativeTime' => '2 hours ago', |