diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-03-24 14:55:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-24 14:55:01 +0100 |
commit | b31c98a5498fb2ee4db00ea09506cc96c5937a19 (patch) | |
tree | 75dbea57cd0a51eac60de0e3fda749e40a0a81f8 /tests | |
parent | c235a40c94792ca5f921b4b7b29d17f679c4a497 (diff) | |
parent | 63900d0574e30a10ef1943f672d6884ccb3fceab (diff) | |
download | nextcloud-server-b31c98a5498fb2ee4db00ea09506cc96c5937a19.tar.gz nextcloud-server-b31c98a5498fb2ee4db00ea09506cc96c5937a19.zip |
Merge pull request #20128 from nextcloud/bugfix/education-edition
Remove admin_notifications since it is obsolete since Nextcloud 14
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/App/AppStore/Bundles/EducationBundleTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/App/AppStore/Bundles/EducationBundleTest.php b/tests/lib/App/AppStore/Bundles/EducationBundleTest.php index 1c5d2a480e9..bdbc3f172b7 100644 --- a/tests/lib/App/AppStore/Bundles/EducationBundleTest.php +++ b/tests/lib/App/AppStore/Bundles/EducationBundleTest.php @@ -35,7 +35,6 @@ class EducationBundleTest extends BundleBase { 'circles', 'groupfolders', 'announcementcenter', - 'admin_notifications', 'quota_warning', 'orcid', 'user_saml', |