Make sure the stats client passes params through

This was the cause of the dashboard showing statistics from all time.
This commit is contained in:
Chris Hill-Scott
2016-04-25 11:30:09 +01:00
parent 22ebc2ece5
commit 0cc499bce4
2 changed files with 16 additions and 1 deletions

View File

@@ -18,4 +18,5 @@ class StatisticsApiClient(BaseAPIClient):
params['limit_days'] = limit_days
return self.get(
url='/service/{}/notifications-statistics'.format(service_id),
params=params
)