Fix the unit tests

This commit is contained in:
Raphael Michel
2015-01-06 16:50:01 +01:00
parent 3ec770a73a
commit 11487cdab3
2 changed files with 2 additions and 3 deletions

View File

@@ -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(),
)