cyberark/secretless-broker

View on GitHub
internal/log/log_test.go

Summary

Maintainability
A
1 hr
Test Coverage

Method LogTest.RunAllTests has 86 lines of code (exceeds 70 allowed). Consider refactoring.
Open

func (lt *LogTest) RunAllTests(t *testing.T) {

    // Format strings and sample arguments used in the test cases
    const testCaseFormatStr = "aaa %s bbb %d ccc %2.1f ddd \t eee"
    testCaseArgs := []interface{}{"stringval", 123, 1.234}
Severity: Major
Found in internal/log/log_test.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status