closes #771
This commit is contained in:
Pierre Fersing
2016-03-01 09:44:52 +00:00
committed by Cameron Sparr
parent ca3a80fbe1
commit fe43fb47e1
3 changed files with 5 additions and 1 deletions
@@ -34,6 +34,9 @@ func (t *transportMock) RoundTrip(r *http.Request) (*http.Response, error) {
return res, nil
}
func (t *transportMock) CancelRequest(_ *http.Request) {
}
func TestElasticsearch(t *testing.T) {
es := NewElasticsearch()
es.Servers = []string{"http://example.com:9200"}
+1 -1
View File
@@ -92,7 +92,7 @@ func TestMysqlDNSAddTimeout(t *testing.T) {
}{
{
"",
"/?timeout=5",
"/?timeout=5s",
},
{
"tcp(192.168.1.1:3306)/",