Allow to release quota after exit scans

This commit is contained in:
Raphael Michel
2020-06-26 16:49:19 +02:00
parent fdea190d72
commit 922f12f55e
15 changed files with 178 additions and 24 deletions

View File

@@ -1765,6 +1765,7 @@ def test_quota_availability(token_client, organizer, event, quota, item):
assert {'blocking_vouchers': 0,
'available_number': 200,
'pending_orders': 0,
'exited_orders': 0,
'cart_positions': 0,
'available': True,
'total_size': 200,