refactor: shorten verbose variable names across codebase

This commit is contained in:
2026-06-23 17:23:27 +02:00
parent f6ed2c673d
commit 6e7e1fc001
12 changed files with 47 additions and 46 deletions

View File

@@ -36,10 +36,10 @@ func TestFormatLogEntryFormatsHTTPRequestCompactly(t *testing.T) {
}
func TestFormatHTTPStatusColorsByStatusFamily(t *testing.T) {
previousColorLogs := colorLogs
prev := colorLogs
colorLogs = true
t.Cleanup(func() {
colorLogs = previousColorLogs
colorLogs = prev
})
tests := map[any]string{