Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
witmicko committed Apr 9, 2018
1 parent d0fce48 commit 3ec36c6
Show file tree
Hide file tree
Showing 1,726 changed files with 1 addition and 568,844 deletions.
2 changes: 1 addition & 1 deletion pkg/cmd/clients_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ func TestMobileClientsCmd_TestCreateClient(t *testing.T) {
Name: "test create mobile client fails with unknown client type",
Args: []string{"test", "firefox", "my.app.org"},
ExpectError: true,
ErrorPattern: "^Failed validation while creating new mobile client: .*",
ErrorPattern: "^Unknown client type",
MobileClient: func() mc.Interface {
fkMc := &mcFake.Clientset{}
fkMc.AddReactor("create", "mobileclients", func(action kt.Action) (handled bool, ret runtime.Object, err error) {
Expand Down

This file was deleted.

Loading

0 comments on commit 3ec36c6

Please sign in to comment.