Merge pull request #24697 from overleaf/jdt-show-addons-via-wf
Display When Ai Assist Is Granted Via Writefull GitOrigin-RevId: 91f6e1843e2e1d1f7b3a49d95f31603e838c5545
This commit is contained in:
committed by
Copybot
parent
d492512d9e
commit
f95bf41824
@@ -155,7 +155,11 @@ describe('SubscriptionController', function () {
|
||||
'./RecurlyEventHandler': {
|
||||
sendRecurlyAnalyticsEvent: sinon.stub().resolves(),
|
||||
},
|
||||
'./FeaturesUpdater': (this.FeaturesUpdater = {}),
|
||||
'./FeaturesUpdater': (this.FeaturesUpdater = {
|
||||
promises: {
|
||||
hasFeaturesViaWritefull: sinon.stub().resolves(false),
|
||||
},
|
||||
}),
|
||||
'./GroupPlansData': (this.GroupPlansData = {}),
|
||||
'./V1SubscriptionManager': (this.V1SubscriptionManager = {}),
|
||||
'../Errors/HttpErrorHandler': (this.HttpErrorHandler = {
|
||||
|
||||
Reference in New Issue
Block a user