public function testLegacyURL()
 {
     $client = $this->client = Client::herokuConnect("https://*****:*****@getstream.io/?app_id=1");
     $url = $client->buildRequestUrl('x');
     $this->assertSame($url, 'https://api.getstream.io/api/v1.0/x');
 }