groups: add app access tests

This commit is contained in:
Girish Ramakrishnan
2025-02-12 14:09:09 +01:00
parent fda0a918f0
commit bd44bb4534
5 changed files with 153 additions and 15 deletions

View File

@@ -310,7 +310,7 @@ async function registerCloudron(data) {
// app could already have been installed if we deleted the cloudron.io record and user re-registers
for (const app of await apps.list()) {
await purchaseApp({ appId: app.id, appstoreId: app.appStoreId, manifestId: app.manifest.id || 'customapp' });
await safe(purchaseApp({ appId: app.id, appstoreId: app.appStoreId, manifestId: app.manifest.id || 'customapp' }), { debug });
}
}