diff --git a/catalog/context.py b/catalog/context.py index c474fda..da6d296 100644 --- a/catalog/context.py +++ b/catalog/context.py @@ -438,9 +438,8 @@ def get_context_data(self): context = self.super.get_context_data() self.check_pagination_args() - # @todo #187:30m Return back empty products list 404 check. - # Now we have problem with stb tests. - # Now stb tests don't aware of it. + # @todo #187:30m Uncomment the if_404 check for empty products list. + # To do it fix stb tests to cover this case. # if not self.products: # raise http.Http404('Page without products does not exist.')