We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec4a3ed commit 0467ed4Copy full SHA for 0467ed4
1 file changed
internal/telemetry/telemetry_test.go
@@ -364,6 +364,7 @@ func TestLogFlusherWritesNoneMarkerForEmptyPayload(t *testing.T) {
364
output := buf.String()
365
assert.Contains(t, output, "Telemetry payload:")
366
assert.Contains(t, output, "none")
367
+ assert.Contains(t, output, "\x1b") // ANSI escape char for color codes
368
})
369
}
370
0 commit comments