mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 07:01:03 +00: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()
|
attemptInvoiceCollection: sinon.stub().yields()
|
||||||
}
|
}
|
||||||
|
|
||||||
this.DropboxHandler = { unlinkAccount: sinon.stub().callsArgWith(1) }
|
|
||||||
|
|
||||||
this.SubscriptionUpdater = {
|
this.SubscriptionUpdater = {
|
||||||
syncSubscription: sinon.stub().yields(),
|
syncSubscription: sinon.stub().yields(),
|
||||||
startFreeTrial: sinon.stub().callsArgWith(1)
|
startFreeTrial: sinon.stub().callsArgWith(1)
|
||||||
|
|
Loading…
Reference in a new issue