Skip to content

Commit

Permalink
Fix up tests after merge
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis <[email protected]>
  • Loading branch information
alexellis committed Oct 5, 2017
1 parent 7e920f8 commit 7ef8ba6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commands/invoke_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func Test_invoke(t *testing.T) {
faasCmd.SetArgs([]string{
"invoke",
"--gateway=" + s.URL,
"--name=" + funcName,
funcName,
})
faasCmd.Execute()
})
Expand Down
2 changes: 1 addition & 1 deletion commands/new_function_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func Test_new(t *testing.T) {
stdOut := test.CaptureStdout(func() {
faasCmd.SetArgs([]string{
"new",
"--name=" + funcName,
funcName,
"--lang=python",
})
faasCmd.Execute()
Expand Down

0 comments on commit 7ef8ba6

Please sign in to comment.