From 809f92d0960bbc365757d5e52a99e7a6c78c6c4a Mon Sep 17 00:00:00 2001 From: reshmabidikar Date: Mon, 9 Sep 2024 09:58:04 +0530 Subject: [PATCH] Change use_requested_date_for_billing --- .../core/test_entitlement_cancellation.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/killbill-integration-tests/core/test_entitlement_cancellation.rb b/killbill-integration-tests/core/test_entitlement_cancellation.rb index 02d6c4b..2d87d8b 100644 --- a/killbill-integration-tests/core/test_entitlement_cancellation.rb +++ b/killbill-integration-tests/core/test_entitlement_cancellation.rb @@ -25,10 +25,10 @@ def test_bp_cancel_default_no_ctd requested_date = nil entitlement_policy = nil billing_policy = nil - use_requested_date_for_billing = nil + use_requested_date_for_billing = false bp.cancel(@user, nil, nil, requested_date, entitlement_policy, billing_policy, use_requested_date_for_billing, @options) puts 'Before sleep' - sleep 10 + sleep 3 puts 'After sleep' canceled_bp = get_subscription(bp.subscription_id, @options) check_subscription(canceled_bp, 'Sports', 'BASE', 'MONTHLY', 'DEFAULT', DEFAULT_KB_INIT_DATE, DEFAULT_KB_INIT_DATE, DEFAULT_KB_INIT_DATE, '2013-08-31')