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