MCPcopy Create free account
hub / github.com/auth0/auth0-cli / TestCreateQuickstartApp_UnsupportedKey

Function TestCreateQuickstartApp_UnsupportedKey

internal/cli/quickstarts_test.go:807–813  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

805}
806
807func TestCreateQuickstartApp_UnsupportedKey(t *testing.T) {
808 t.Parallel()
809
810 testCLI := &cli{renderer: &display.Renderer{MessageWriter: &bytes.Buffer{}, ResultWriter: &bytes.Buffer{}}}
811 _, err := createQuickstartApp(&cobra.Command{}, testCLI, SetupInputs{}, "unknown:framework:none")
812 assert.ErrorContains(t, err, "unsupported quickstart arguments")
813}
814
815// -- applyDetectionToInputs --.
816

Callers

nothing calls this directly

Calls 1

createQuickstartAppFunction · 0.85

Tested by

no test coverage detected