Skip to content

Commit

Permalink
Merge pull request #360 from appsembler/john/fix-smm-viewset-test
Browse files Browse the repository at this point in the history
Reset expected months back for SMM ViewSet
  • Loading branch information
johnbaldwin authored Jun 2, 2021
2 parents 71bd7c8 + 6bcb567 commit 726b993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/views/test_site_monthly_metrics_viewset.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def setup(self, db, settings):
if organizations_support_sites():
settings.FEATURES['FIGURES_IS_MULTISITE'] = True
super(TestSiteMonthlyMetricsViewSet, self).setup(db)
self.months_back = 6
self.months_back = 7

def check_response(self, response, endpoint):
assert response.status_code == status.HTTP_200_OK
Expand Down

0 comments on commit 726b993

Please sign in to comment.