Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Aug 11, 2023
1 parent f2415eb commit 22deaad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2005,7 +2005,6 @@ func TestContainerWithReaperNetwork(t *testing.T) {
defer cli.Close()

cnt, err := cli.ContainerInspect(ctx, containerId)
fmt.Printf("%+v\n", cnt.NetworkSettings.Networks)
assert.Nil(t, err)
assert.Equal(t, 2, len(cnt.NetworkSettings.Networks))
assert.NotNil(t, cnt.NetworkSettings.Networks[networks[0]])
Expand Down

0 comments on commit 22deaad

Please sign in to comment.