Skip to content

Commit 1bff8aa

Browse files
WVerlaekona-agent
andcommitted
Fix local tests
Co-authored-by: Ona <no-reply@ona.com>
1 parent b11b412 commit 1bff8aa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pkg/leeway/reporter_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@ import (
77
"time"
88

99
"github.com/google/go-cmp/cmp"
10+
"github.com/gookit/color"
1011
)
1112

1213
func TestConsoleReporter(t *testing.T) {
1314
t.Parallel()
1415

16+
// Disable colors for consistent test output across environments.
17+
color.Enable = false
18+
1519
type Expectation struct {
1620
Output string
1721
}

0 commit comments

Comments
 (0)