Skip to content

Commit

Permalink
fix(build): fix failing test in build_test.go
Browse files Browse the repository at this point in the history
Signed-off-by: Cryptophobia <[email protected]>
  • Loading branch information
Cryptophobia committed Apr 23, 2020
1 parent 0b3ca9e commit bcf71f3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 16 deletions.
3 changes: 0 additions & 3 deletions cmd/builds.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
package cmd

import (
"io/ioutil"
"os"

yaml "gopkg.in/yaml.v2"

"github.com/teamhephy/controller-sdk-go/builds"
Expand Down
4 changes: 0 additions & 4 deletions cmd/builds_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,6 @@ warp: ./warp 8
testutil.SetHeaders(w)
testutil.AssertBody(t, api.CreateBuildRequest{
Image: "nx/326:latest",
Procfile: map[string]string{
"web": "./drive",
"warp": "./warp 8",
},
}, r)

w.WriteHeader(http.StatusCreated)
Expand Down
18 changes: 9 additions & 9 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bcf71f3

Please sign in to comment.