Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mativm02 committed Dec 29, 2023
1 parent 7b08c79 commit ee8bfcd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pumps/splunk_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ func Test_SplunkBackoffRetry(t *testing.T) {
assert.Equal(t, "Success", response.Text)
assert.Equal(t, int32(0), response.Code)
})

}

func Test_SplunkWriteData(t *testing.T) {
Expand Down Expand Up @@ -275,7 +274,6 @@ func Test_SplunkWriteDataBatch(t *testing.T) {

assert.Equal(t, getEventBytes(keys[:2]), handler.responses[0].Len)
assert.Equal(t, getEventBytes(keys[2:]), handler.responses[1].Len)

}

// getEventBytes returns the bytes amount of the marshalled events struct
Expand Down

0 comments on commit ee8bfcd

Please sign in to comment.