aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJulius Knorr <jus@bitgrid.net>2024-09-12 09:08:46 +0200
committerJulius Knorr <jus@bitgrid.net>2024-09-12 09:13:42 +0200
commit38e0a899720b70cf02356cbadc2f6b47a943b61d (patch)
treedfe6f6403d5efc2555da6a7ee6ce5a429e1f3d19 /tests
parent5fc514877bfb7678bc0950253abbf192ecbc35e7 (diff)
downloadnextcloud-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.php1
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',
];
}
}