Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #581 from surajnarwade/stdin
Browse files Browse the repository at this point in the history
Fixed broken build
  • Loading branch information
surajnarwade committed Jan 30, 2018
2 parents b86dfbc + 7a58792 commit 63f97e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cmd/cmd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func Test_builderror(t *testing.T) {

func Test_stdin(t *testing.T) {

kjson := `{"name": "httpd","containers": [{"image": "centos/httpd"}]}`
kjson := `{"name": "httpd","deployments": [{"containers": [{"image": "centos/httpd"}]}]}`
cmdStr := fmt.Sprintf("%s generate -f - <<EOF\n%s\nEOF\n", BinaryLocation, kjson)
subproc := exec.Command("/bin/sh", "-c", cmdStr)
output, err := subproc.Output()
Expand Down

0 comments on commit 63f97e7

Please sign in to comment.