MCPcopy Create free account
hub / github.com/dropbox/dbxcli / newLoginTestCommand

Function newLoginTestCommand

cmd/login_test.go:14–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12)
13
14func newLoginTestCommand() *cobra.Command {
15 cmd := &cobra.Command{Use: "login"}
16 cmd.Flags().String("domain", "", "")
17 cmd.Flags().String("app-key", "", "")
18 return cmd
19}
20
21func TestLoginTokenType(t *testing.T) {
22 tests := []struct {

Calls

no outgoing calls

Tested by

no test coverage detected