Skip to content

Commit

Permalink
Silence trace output
Browse files Browse the repository at this point in the history
  • Loading branch information
olivere committed Jan 7, 2022
1 parent cecea71 commit 6a274a2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions indices_get_index_template_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ package elastic

import (
"context"
"log"
"os"
"testing"
)

Expand Down Expand Up @@ -36,8 +34,8 @@ func TestIndexGetIndexTemplateURL(t *testing.T) {
}

func TestIndexGetIndexTemplateService(t *testing.T) {
client := setupTestClientAndCreateIndex(t, SetTraceLog(log.New(os.Stdout, "", 0)))
// client := setupTestClientAndCreateIndex(t)
// client := setupTestClientAndCreateIndex(t, SetTraceLog(log.New(os.Stdout, "", 0)))
client := setupTestClientAndCreateIndex(t)

create := true
body := `
Expand Down

0 comments on commit 6a274a2

Please sign in to comment.