Commit 0119a59f by Jason Myatt

test codecov on tiny change

parent a2ce5741
......@@ -449,6 +449,10 @@ class BasketCalculateView(generics.GenericAPIView):
"""
RequestCache.set(TEMPORARY_BASKET_CACHE_KEY, True) # TODO: LEARNER 5463
never_true = None
if never_true:
print 'hello'
partner = get_partner_for_site(request)
skus = request.GET.getlist('sku')
if not skus:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment