Skip to content

Commit

Permalink
remove fmt.Print*
Browse files Browse the repository at this point in the history
  • Loading branch information
kush-elastic committed Jun 13, 2023
1 parent bc0af78 commit 853965a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x-pack/filebeat/input/httpjson/input_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1588,9 +1588,7 @@ func newChainPaginationTestServerWithInvalidJSON(
link := serverURL + "/link2"
value := fmt.Sprintf(`"records":[{"id":1}], "nextLink":"%s"}`, link)
fmt.Fprintln(w, value)
fmt.Println("/link2")
case "/1":
fmt.Println("/1")
fmt.Fprintln(w, `{"hello":{"world":"moon"}}`)
}
})
Expand Down

0 comments on commit 853965a

Please sign in to comment.