diff options
author | Julius Knorr <jus@bitgrid.net> | 2024-09-12 09:08:46 +0200 |
---|---|---|
committer | Julius Knorr <jus@bitgrid.net> | 2024-09-12 09:13:42 +0200 |
commit | 38e0a899720b70cf02356cbadc2f6b47a943b61d (patch) | |
tree | dfe6f6403d5efc2555da6a7ee6ce5a429e1f3d19 /tests | |
parent | 5fc514877bfb7678bc0950253abbf192ecbc35e7 (diff) | |
download | nextcloud-server-38e0a899720b70cf02356cbadc2f6b47a943b61d.tar.gz nextcloud-server-38e0a899720b70cf02356cbadc2f6b47a943b61d.zip |
fix: Add whiteboard to education and public sector bundle
Signed-off-by: Julius Knorr <jus@bitgrid.net>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/App/AppStore/Bundles/EducationBundleTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/App/AppStore/Bundles/EducationBundleTest.php b/tests/lib/App/AppStore/Bundles/EducationBundleTest.php index 2bed8b987fc..50942d8df97 100644 --- a/tests/lib/App/AppStore/Bundles/EducationBundleTest.php +++ b/tests/lib/App/AppStore/Bundles/EducationBundleTest.php @@ -21,6 +21,7 @@ class EducationBundleTest extends BundleBase { 'announcementcenter', 'quota_warning', 'user_saml', + 'whiteboard', ]; } } |