Unit test modified.
This commit is contained in:
parent
338f778df3
commit
e0d1beb669
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue