cyberark/secretless-broker

View on GitHub
test/connector/tcp/mysql/tests/essentials_test.go

Summary

Maintainability
A
2 hrs
Test Coverage

Function TestEssentials has 98 lines of code (exceeds 70 allowed). Consider refactoring.
Open

func TestEssentials(t *testing.T) {
    testCases := []Definition{
        {
            Description: "with username, wrong password",
            ShouldPass:  true,
Severity: Major
Found in test/connector/tcp/mysql/tests/essentials_test.go - About 2 hrs to fix

    TODO found
    Open

            // TODO: check client net.conn for mysql and postgres

    There are no issues that match your filters.

    Category
    Status