diff options
author | Julius Knorr <jus@bitgrid.net> | 2024-09-12 09:08:46 +0200 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2024-09-12 09:08:22 +0000 |
commit | 80eec3f0efd57af46617e7603ae38cdc4f6dc527 (patch) | |
tree | 7fb0cb1c68c8efdf4e9491825642318beaf3528c /tests | |
parent | e664039f846d50013be93b7471f661a87c7be219 (diff) | |
download | nextcloud-server-80eec3f0efd57af46617e7603ae38cdc4f6dc527.tar.gz nextcloud-server-80eec3f0efd57af46617e7603ae38cdc4f6dc527.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', ]; } } |