Skip to content

Commit

Permalink
fix behave test
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek authored and MarkLark86 committed Sep 11, 2019
1 parent 7e86c81 commit 072add4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/analytics/base_report/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from superdesk.utils import ListCursor
from superdesk.utc import utcnow, get_timezone_offset
from superdesk.errors import SuperdeskApiError
from superdesk.es_utils import REPOS

from apps.search import SearchService

Expand All @@ -27,6 +28,7 @@ class BaseReportService(SearchService):
histogram_source_field = 'versioncreated'

defaultConfig = {}
repos = REPOS

def get_stages_to_exclude(self):
"""
Expand Down

0 comments on commit 072add4

Please sign in to comment.