Unit test modified.

This commit is contained in:
amandahla 2016-10-27 09:46:06 -02:00
parent 338f778df3
commit e0d1beb669
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ func TestConnectAndWrite(t *testing.T) {
t.Skip("Skipping integration test in short mode")
}
serverhost := "http://" + testutil.GetLocalHost() + ":19200"
serverhost := "http://" + testutil.GetLocalHost() + ":9200"
e := &Elasticsearch{
ServerHost: serverhost,