Skip to content

Commit

Permalink
cmd: add test for get handler
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeneas Rekkas (arekkas) authored and arekkas committed Jun 17, 2017
1 parent 4fd7e9d commit bb31d76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/root_test.go
Expand Up @@ -42,6 +42,7 @@ func TestExecute(t *testing.T) {
},
{args: []string{"connect", "--id", "admin", "--secret", "pw", "--url", "https://127.0.0.1:4444/"}},
{args: []string{"clients", "create", "--id", "foobarbaz"}},
{args: []string{"clients", "get", "foobarbaz"}},
{args: []string{"clients", "create", "--id", "public-foo", "--is-public"}},
{args: []string{"clients", "delete", "foobarbaz"}},
{args: []string{"keys", "create", "foo", "-a", "HS256"}},
Expand Down

0 comments on commit bb31d76

Please sign in to comment.