public function testDefaultsToPostMethod()
 {
     $a = new DruidNodeDruidQueryExecutor('1.2.3.4', '1234');
     $this->assertEquals('POST', $a->getHttpMethod());
 }