feat: CLI Custom Prompts [HACKATHON] #610
Annotations
10 errors and 1 warning
Run unit tests:
internal/cli/prompts_custom_text_test.go#L70
cannot use brandingTextsAPI (variable of type *mock.MockPromptAPI) as "github.com/auth0/auth0-cli/internal/auth0".PromptAPI value in struct literal: *mock.MockPromptAPI does not implement "github.com/auth0/auth0-cli/internal/auth0".PromptAPI (missing method ReadPartials)
|
Run unit tests:
internal/cli/universal_login_customize_test.go#L44
cannot use mockPromptAPI (variable of type *mock.MockPromptAPI) as "github.com/auth0/auth0-cli/internal/auth0".PromptAPI value in struct literal: *mock.MockPromptAPI does not implement "github.com/auth0/auth0-cli/internal/auth0".PromptAPI (missing method ReadPartials)
|
Run unit tests:
internal/cli/universal_login_customize_test.go#L58
cannot use mockPromptAPI (variable of type *mock.MockPromptAPI) as "github.com/auth0/auth0-cli/internal/auth0".PromptAPI value in struct literal: *mock.MockPromptAPI does not implement "github.com/auth0/auth0-cli/internal/auth0".PromptAPI (missing method ReadPartials)
|
Run unit tests:
internal/cli/universal_login_customize_test.go#L80
cannot use mockPromptAPI (variable of type *mock.MockPromptAPI) as "github.com/auth0/auth0-cli/internal/auth0".PromptAPI value in struct literal: *mock.MockPromptAPI does not implement "github.com/auth0/auth0-cli/internal/auth0".PromptAPI (missing method ReadPartials)
|
Run unit tests:
internal/cli/universal_login_customize_test.go#L191
cannot use mockPromptAPI (variable of type *mock.MockPromptAPI) as "github.com/auth0/auth0-cli/internal/auth0".PromptAPI value in struct literal: *mock.MockPromptAPI does not implement "github.com/auth0/auth0-cli/internal/auth0".PromptAPI (missing method ReadPartials)
|
Run unit tests:
internal/cli/universal_login_customize_test.go#L339
cannot use mockPromptAPI (variable of type *mock.MockPromptAPI) as "github.com/auth0/auth0-cli/internal/auth0".PromptAPI value in struct literal: *mock.MockPromptAPI does not implement "github.com/auth0/auth0-cli/internal/auth0".PromptAPI (missing method ReadPartials)
|
Run unit tests:
internal/cli/universal_login_customize_test.go#L491
cannot use mockPromptAPI (variable of type *mock.MockPromptAPI) as "github.com/auth0/auth0-cli/internal/auth0".PromptAPI value in struct literal: *mock.MockPromptAPI does not implement "github.com/auth0/auth0-cli/internal/auth0".PromptAPI (missing method ReadPartials)
|
Run unit tests:
internal/cli/universal_login_customize_test.go#L646
cannot use mockPromptAPI (variable of type *mock.MockPromptAPI) as "github.com/auth0/auth0-cli/internal/auth0".PromptAPI value in struct literal: *mock.MockPromptAPI does not implement "github.com/auth0/auth0-cli/internal/auth0".PromptAPI (missing method ReadPartials)
|
Run unit tests:
internal/cli/universal_login_customize_test.go#L859
cannot use mockPromptAPI (variable of type *mock.MockPromptAPI) as "github.com/auth0/auth0-cli/internal/auth0".PromptAPI value in struct literal: *mock.MockPromptAPI does not implement "github.com/auth0/auth0-cli/internal/auth0".PromptAPI (missing method ReadPartials)
|
Run unit tests:
internal/cli/universal_login_customize_test.go#L938
cannot use mockPromptAPI (variable of type *mock.MockPromptAPI) as "github.com/auth0/auth0-cli/internal/auth0".PromptAPI value in struct literal: *mock.MockPromptAPI does not implement "github.com/auth0/auth0-cli/internal/auth0".PromptAPI (missing method ReadPartials)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading