mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Add a voucher’s comment to voucher.csv download (#1926)
This commit is contained in:
committed by
GitHub
parent
4db0530c09
commit
f2a18325b6
@@ -93,9 +93,9 @@ class VoucherFormTest(SoupTestMixin, TransactionTestCase):
|
||||
doc = self.client.get('/control/event/%s/%s/vouchers/?download=yes' % (self.orga.slug, self.event.slug))
|
||||
assert doc.content.decode().strip() == '"Voucher code","Valid until","Product","Reserve quota",' \
|
||||
'"Bypass quota","Price effect","Value","Tag","Redeemed",' \
|
||||
'"Maximum usages","Seat"' \
|
||||
'"Maximum usages","Seat","Comment"' \
|
||||
'\r\n"ABCDEFG","","Early-bird ticket","No","No","No effect","","","0",' \
|
||||
'"1",""'
|
||||
'"1","",""'
|
||||
|
||||
def test_filter_status_valid(self):
|
||||
with scopes_disabled():
|
||||
|
||||
Reference in New Issue
Block a user