mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix logging test type
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
04864cb3cb
commit
25494e4c74
1 changed files with 0 additions and 5 deletions
|
@ -9,7 +9,6 @@ import (
|
|||
"time"
|
||||
|
||||
"github.com/docker/docker/api/types"
|
||||
"github.com/docker/docker/api/types/volume"
|
||||
"github.com/docker/docker/integration/internal/container"
|
||||
"github.com/docker/docker/internal/test/daemon"
|
||||
"github.com/gotestyourself/gotestyourself/assert"
|
||||
|
@ -30,10 +29,6 @@ func TestContinueAfterPluginCrash(t *testing.T) {
|
|||
cancel()
|
||||
defer client.PluginRemove(context.Background(), "test", types.PluginRemoveOptions{Force: true})
|
||||
|
||||
v, err := client.VolumeCreate(context.Background(), volume.VolumesCreateBody{})
|
||||
assert.Assert(t, err)
|
||||
defer client.VolumeRemove(context.Background(), v.Name, true)
|
||||
|
||||
ctx, cancel = context.WithTimeout(context.Background(), 60*time.Second)
|
||||
|
||||
id := container.Run(t, ctx, client,
|
||||
|
|
Loading…
Add table
Reference in a new issue