From 6932b3deb7a52f43eddec9947c3322faafb089c6 Mon Sep 17 00:00:00 2001 From: Domagoj Kriskovic Date: Wed, 19 Mar 2025 14:31:29 +0100 Subject: [PATCH] Add AI feature detection to subscription in OAuth user info (#24240) * Add AI feature detection to subscription in OAuth user info * remove subscriptionHasAi GitOrigin-RevId: 73cdbe452cc5c7f5e379d29723978b33cb827762 --- services/web/test/acceptance/src/helpers/Subscription.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/test/acceptance/src/helpers/Subscription.mjs b/services/web/test/acceptance/src/helpers/Subscription.mjs index 2459ffca45..ee6f1a7d8a 100644 --- a/services/web/test/acceptance/src/helpers/Subscription.mjs +++ b/services/web/test/acceptance/src/helpers/Subscription.mjs @@ -24,6 +24,7 @@ class PromisifiedSubscription { this.features = options.features this.ssoConfig = options.ssoConfig this.groupPolicy = options.groupPolicy + this.addOns = options.addOns } async ensureExists() {