expect(ReportService.getYearlyAirPollutionReport).toHaveBeenCalledWith({
          start_year: '1998',
          end_year: '2013'
        }, jasmine.any(Function), jasmine.any(Function));