Skip to content

Commit

Permalink
fix(ddtrace/tracer): update expected datadog.tracer.flush_bytes in Te…
Browse files Browse the repository at this point in the history
…stTraceWriterFlushRetries
  • Loading branch information
darccio committed Dec 20, 2024
1 parent bf84d28 commit 27ca67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddtrace/tracer/writer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ func TestTraceWriterFlushRetries(t *testing.T) {

sentCounts := map[string]int64{
"datadog.tracer.decode_error": 1,
"datadog.tracer.flush_bytes": 185,
"datadog.tracer.flush_bytes": 197,
"datadog.tracer.flush_traces": 1,
}
droppedCounts := map[string]int64{
Expand Down

0 comments on commit 27ca67c

Please sign in to comment.