This change makes two tests not have to query stripe for all the coupon so they pass since they only use the normal price level. We could improve these tests more as a part of #331 so that the tests also run with discounted transactions.
The two affected tests are
test_reminder_message_is_not_created_if_member_has_pending_membership_days
test_reminder_message_is_not_created_if_member_has_pending_labaccess_days
This change makes two tests not have to query stripe for all the coupon so they pass since they only use the normal price level. We could improve these tests more as a part of #331 so that the tests also run with discounted transactions.
The two affected tests are test_reminder_message_is_not_created_if_member_has_pending_membership_days test_reminder_message_is_not_created_if_member_has_pending_labaccess_days