Skip to content

Commit

Permalink
Fix failling tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyraymond committed May 30, 2018
1 parent eba2e10 commit b3774ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions generator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ func TestGenerateFromEvents(t *testing.T) {
Cmd: []string{"/bin/sh"},
Image: "base:latest",
},
HostConfig: &docker.HostConfig{
NetworkMode: "container:d246e2c9e3d465d96359c942e91de493f6d51a01ba33900d865180d64c34ee91",
},
State: docker.State{
Running: true,
Pid: 400,
Expand Down

0 comments on commit b3774ec

Please sign in to comment.