Skip to content

Commit

Permalink
Delete logging for test
Browse files Browse the repository at this point in the history
  • Loading branch information
AkhigbeEromo committed Oct 8, 2024
1 parent 9d02ad7 commit 2146176
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exporter/sematextexporter/writer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ func Test_sematextHTTPWriterBatch_EnqueuePoint_emptyTagValue(t *testing.T) {

if assert.NotNil(t, recordedRequest) {
expected := "m,k=v,os.host=ADMINs-MacBook-Pro.local,token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx f=1i 1628605794318000000"
fmt.Printf("Checking request body: expected %s, got %s\n", expected, strings.TrimSpace(string(recordedRequestBody)))
assert.Equal(t, expected, strings.TrimSpace(string(recordedRequestBody)))
}
}
Expand Down

0 comments on commit 2146176

Please sign in to comment.