mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #3365 from overleaf/sk-dropbox-email-fix
Conditionally send email in Dropbox unlinkAccount GitOrigin-RevId: 0f3d2fd34b89aa3f3a96f7ca66fee5d69d07ec2f
This commit is contained in:
parent
d405ff6a74
commit
5201d98752
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue