Skip to content

Commit

Permalink
create ph_insuree wo existing policy
Browse files Browse the repository at this point in the history
  • Loading branch information
delcroip committed Apr 29, 2024
1 parent d8d327a commit 44a5b75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions policyholder/tests/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ def create_test_policy_holder_insuree(policy_holder=None, insuree=None, contribu
insuree = create_test_insuree()
if not contribution_plan_bundle:
contribution_plan_bundle = create_test_contribution_plan_bundle()
if not last_policy:
last_policy = create_test_policy(
product=create_test_product("TestCode", custom_props={"insurance_period": 12, }),
insuree=insuree)
#if not last_policy:
# last_policy = create_test_policy(
# product=create_test_product("TestCode", custom_props={"insurance_period": 12, }),
# insuree=insuree)

user = __get_or_create_simple_policy_holder_user()

Expand Down

0 comments on commit 44a5b75

Please sign in to comment.