/**
  * Test that we can get the end point
  */
 public function testGetEndPoint()
 {
     $weatherConnector = new WeatherConnector();
     $this->assertInternalType('string', $weatherConnector->getEndPoint());
 }