From 5201d98752b3213c984902d0b729ace4993d0182 Mon Sep 17 00:00:00 2001 From: Simon Detheridge Date: Fri, 6 Nov 2020 14:55:55 +0000 Subject: [PATCH] Merge pull request #3365 from overleaf/sk-dropbox-email-fix Conditionally send email in Dropbox unlinkAccount GitOrigin-RevId: 0f3d2fd34b89aa3f3a96f7ca66fee5d69d07ec2f --- .../web/test/unit/src/Subscription/SubscriptionHandlerTests.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/services/web/test/unit/src/Subscription/SubscriptionHandlerTests.js b/services/web/test/unit/src/Subscription/SubscriptionHandlerTests.js index bd086d954e..d36dfcc27f 100644 --- a/services/web/test/unit/src/Subscription/SubscriptionHandlerTests.js +++ b/services/web/test/unit/src/Subscription/SubscriptionHandlerTests.js @@ -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)