Skip to content

Commit

Permalink
test: start container
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed May 13, 2018
1 parent 242564d commit 29359cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipeline/s3/s3_test.go
Expand Up @@ -78,8 +78,8 @@ func TestUpload(t *testing.T) {
Name: "bin.deb",
Path: debpath,
})
// start(t)
// defer stop(t)
start(t)
defer stop(t)
setCredentials(t)
assert.NoError(t, Pipe{}.Default(ctx))
assert.NoError(t, Pipe{}.Run(ctx))
Expand Down

0 comments on commit 29359cd

Please sign in to comment.