public function testGetSettledBatchListForMonth()
 {
     $request = new Request();
     $response = $request->getSettledBatchListForMonth();
     $this->assertTrue($response->isOk());
 }