Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ def test_api_admin_orders_refund_an_order_not_possible_if_no_installment_is_paid

@override_settings(
JOANIE_CATALOG_NAME="Test Catalog",
JOANIE_CATALOG_BASE_URL="https://richie.education",
DEFAULT_CURRENCY="EUR",
JOANIE_PAYMENT_SCHEDULE_LIMITS={
100: (20, 30, 30, 20),
Expand Down Expand Up @@ -327,7 +328,8 @@ def test_api_admin_orders_refund_an_order(self):
f"Withdrawn on {order.payment_schedule[3]['due_date'].strftime('%m/%d/%Y')}",
"Canceled",
"Total €100.00",
f"This mail has been sent to {order.owner.email} by Test Catalog [None]",
f"This mail has been sent to {order.owner.email}",
"by Test Catalog [https://richie.education]",
]

self.assertEqual(
Expand Down