Skip to content

Commit

Permalink
debug - added wait_for_expected_clause
Browse files Browse the repository at this point in the history
  • Loading branch information
reshmabidikar committed Sep 9, 2024
1 parent 5fcc524 commit 75f81bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def teardown
def test_bp_cancel_default_no_ctd
bp = create_entitlement_base(@account.account_id, 'Sports', 'MONTHLY', 'DEFAULT', @user, @options)
check_entitlement(bp, 'Sports', 'BASE', 'MONTHLY', 'DEFAULT', DEFAULT_KB_INIT_DATE, nil)

wait_for_expected_clause(1, @account, @options, &@proc_account_invoices_nb)
# Cancel BP in trial with no arguments
requested_date = nil
entitlement_policy = nil
Expand Down

0 comments on commit 75f81bc

Please sign in to comment.