ory-am/hydra

View on GitHub
cmd/cli/handler_jwk_test.go

Summary

Maintainability
A
1 hr
Test Coverage

Function Test_toSDKFriendlyJSONWebKey has 51 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func Test_toSDKFriendlyJSONWebKey(t *testing.T) {
    publicJWK := []byte(`{
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
Severity: Minor
Found in cmd/cli/handler_jwk_test.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status