From a049c31441c4c72429ba639685c973622fa1a039 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Fri, 26 Sep 2025 20:21:47 +0200 Subject: [PATCH] test: fix silly copy paste issue in tests bootstrap oops Signed-off-by: Thomas Citharel --- tests/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 5b1c2a3b..9f07e119 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -18,6 +18,6 @@ require_once __DIR__ . '/../../../tests/autoload.php'; require_once __DIR__ . '/../vendor/autoload.php'; -Server::get(IAppManager::class)->loadApp('calendar'); +Server::get(IAppManager::class)->loadApp('registration'); OC_Hook::clear();