Merge pull request #3365 from overleaf/sk-dropbox-email-fix

Conditionally send email in Dropbox unlinkAccount

GitOrigin-RevId: 0f3d2fd34b89aa3f3a96f7ca66fee5d69d07ec2f
This commit is contained in:
Simon Detheridge
2020-11-08 03:04:33 +00:00
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)