summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2018-08-13 15:47:15 +0200
committerGitHub <noreply@github.com>2018-08-13 15:47:15 +0200
commit8601bbc35d915d6dc1c847560d148981c518c27f (patch)
treea2ca827a5409a4daf2e98d7468cb1e6a55e5c27b /tests
parent7ba57233bff08033da0e58049a4710b370627e0b (diff)
parente1d39658834a96aae88cc81c84d67add2ec43430 (diff)
downloadnextcloud-server-8601bbc35d915d6dc1c847560d148981c518c27f.tar.gz
nextcloud-server-8601bbc35d915d6dc1c847560d148981c518c27f.zip
Merge pull request #10621 from nextcloud/feature/noid/add-tos-to-enterprise-bundle
Add the ToS app to the enterprise bundle
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/App/AppStore/Bundles/EnterpriseBundleTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/App/AppStore/Bundles/EnterpriseBundleTest.php b/tests/lib/App/AppStore/Bundles/EnterpriseBundleTest.php
index e75486b3ed5..b3182ff00c8 100644
--- a/tests/lib/App/AppStore/Bundles/EnterpriseBundleTest.php
+++ b/tests/lib/App/AppStore/Bundles/EnterpriseBundleTest.php
@@ -36,6 +36,7 @@ class EnterpriseBundleTest extends BundleBase {
'files_automatedtagging',
'user_saml',
'files_accesscontrol',
+ 'terms_of_service',
];
}
}