Tear down cancellation-survey-ai-assist feature flag (#32129)

* tearing down the cancellation-survey-ai-assist

* fixing a failing test

GitOrigin-RevId: 592873217120c2b19f5dccd2575b56cce4d8f0b5
This commit is contained in:
Davinder Singh
2026-03-16 11:56:39 +00:00
committed by Copybot
parent 89004b9535
commit b7f140ba0b
2 changed files with 11 additions and 27 deletions
@@ -516,7 +516,7 @@ describe('SubscriptionHandler', function () {
it('should send the email after 1 hour', function (ctx) {
const ONE_HOUR_IN_MS = 1000 * 60 * 60
expect(ctx.EmailHandler.sendDeferredEmail).to.have.been.calledWith(
'canceledSubscription',
'canceledSubscriptionOrAddOn',
{ to: ctx.user.email, first_name: ctx.user.first_name },
ONE_HOUR_IN_MS
)
@@ -618,7 +618,7 @@ describe('SubscriptionHandler', function () {
it('should send the email after 1 hour', function (ctx) {
const ONE_HOUR_IN_MS = 1000 * 60 * 60
expect(ctx.EmailHandler.sendDeferredEmail).to.have.been.calledWith(
'canceledSubscription',
'canceledSubscriptionOrAddOn',
{ to: ctx.user.email, first_name: ctx.user.first_name },
ONE_HOUR_IN_MS
)