Skip to content

Commit 59f5324

Browse files
authoredFeb 10, 2022
Fix typo (#431)
1 parent 0e58c5e commit 59f5324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎elasticsearch_integration_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ func TestClientCustomTransport(t *testing.T) {
198198
})
199199

200200
t.Run("Manual", func(t *testing.T) {
201-
tp, _ := elastictransportansport.New(elastictransportansport.Config{
201+
tp, _ := elastictransport.New(elastictransport.Config{
202202
URLs: []*url.URL{
203203
{Scheme: "http", Host: "localhost:9200"},
204204
},

0 commit comments

Comments
 (0)