Skip to content

Commit 69b2192

Browse files
anthonyraymondbuchdag
authored andcommitted
Fix failling tests
1 parent a70f9d8 commit 69b2192

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal/generator/generator_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ func TestGenerateFromEvents(t *testing.T) {
8383
Cmd: []string{"/bin/sh"},
8484
Image: "base:latest",
8585
},
86+
HostConfig: &docker.HostConfig{
87+
NetworkMode: "container:d246e2c9e3d465d96359c942e91de493f6d51a01ba33900d865180d64c34ee91",
88+
},
8689
State: docker.State{
8790
Running: true,
8891
Pid: 400,

0 commit comments

Comments
 (0)