makerspace / makeradmin

Stockholm Makerspace member administration and store.
https://docs.makeradmin.se/
21 stars 16 forks source link

Query only the discount coupon that is asked for instead of all #332

Closed BerglundDaniel closed 1 year ago

BerglundDaniel commented 1 year ago

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