mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Fix a test case
This commit is contained in:
@@ -550,8 +550,8 @@ class VoucherRedeemItemDisplayTest(EventTestMixin, SoupTest):
|
||||
self.orga.slug, self.event.slug, self.v.code, se1.pk
|
||||
))
|
||||
assert "SE1" in html.rendered_content
|
||||
assert "variation_%d_%d" % (self.item.pk, var1.pk) not in html.rendered_content
|
||||
assert "variation_%d_%d" % (self.item.pk, var2.pk) not in html.rendered_content
|
||||
assert 'name="variation_%d_%d' % (self.item.pk, var1.pk) not in html.rendered_content
|
||||
assert 'name="variation_%d_%d' % (self.item.pk, var2.pk) not in html.rendered_content
|
||||
|
||||
|
||||
class WaitingListTest(EventTestMixin, SoupTest):
|
||||
|
||||
Reference in New Issue
Block a user