/**
  * Asserts the success of the sent OAuth request
  **/
 public function testSendOAuthRequestSuccess()
 {
     $response = OAuthClientService::sendOAuthRequest();
     $this->assertResponseSuccess($response);
 }