Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
urso committed Feb 23, 2021
1 parent 2c6db52 commit 1caeaf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/elasticsearchexporter/exporter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ func TestExporter_PushEvent(t *testing.T) {
assert.Equal(t, int64(1), atomic.LoadInt64(&attempts))
})

t.Run("do not retry invalid reuqest", func(t *testing.T) {
t.Run("do not retry invalid request", func(t *testing.T) {
var attempts int64
server := newESTestServer(t, func(docs []itemRequest) ([]itemResponse, error) {
atomic.AddInt64(&attempts, 1)
Expand Down

0 comments on commit 1caeaf2

Please sign in to comment.