mirror of
https://github.com/pretix/pretix.git
synced 2026-05-12 16:24:00 +00:00
Fix the unit tests
This commit is contained in:
@@ -62,8 +62,8 @@ def availability_handler(sender, **kwargs):
|
||||
price = None
|
||||
|
||||
# Make up some unique key for this variation
|
||||
cachekey = 'timerestriction:%d:%s' % (
|
||||
item.pk,
|
||||
cachekey = 'timerestriction:%s:%s' % (
|
||||
item.identity,
|
||||
v.identify(),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user