Merge pull request #3365 from overleaf/sk-dropbox-email-fix
Conditionally send email in Dropbox unlinkAccount GitOrigin-RevId: 0f3d2fd34b89aa3f3a96f7ca66fee5d69d07ec2f
This commit is contained in:
committed by
Copybot
parent
d405ff6a74
commit
5201d98752
@@ -63,8 +63,6 @@ describe('SubscriptionHandler', function() {
|
||||
attemptInvoiceCollection: sinon.stub().yields()
|
||||
}
|
||||
|
||||
this.DropboxHandler = { unlinkAccount: sinon.stub().callsArgWith(1) }
|
||||
|
||||
this.SubscriptionUpdater = {
|
||||
syncSubscription: sinon.stub().yields(),
|
||||
startFreeTrial: sinon.stub().callsArgWith(1)
|
||||
|
||||
Reference in New Issue
Block a user