Skip to content

Commit 658410f

Browse files
authored
Merge pull request #49 from Cryptophobia/master
fix(build): fix failing test in build_test.go
2 parents 0b3ca9e + bcf71f3 commit 658410f

File tree

3 files changed

+9
-16
lines changed

3 files changed

+9
-16
lines changed

cmd/builds.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
package cmd
22

33
import (
4-
"io/ioutil"
5-
"os"
6-
74
yaml "gopkg.in/yaml.v2"
85

96
"github.com/teamhephy/controller-sdk-go/builds"

cmd/builds_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,6 @@ warp: ./warp 8
173173
testutil.SetHeaders(w)
174174
testutil.AssertBody(t, api.CreateBuildRequest{
175175
Image: "nx/326:latest",
176-
Procfile: map[string]string{
177-
"web": "./drive",
178-
"warp": "./warp 8",
179-
},
180176
}, r)
181177

182178
w.WriteHeader(http.StatusCreated)

glide.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)