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:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user