diff --git a/docker_test.go b/docker_test.go index d8fce131d4..402d944dce 100644 --- a/docker_test.go +++ b/docker_test.go @@ -2295,7 +2295,6 @@ func TestCustomPrefixTrailingSlashIsProperlyRemovedIfPresent(t *testing.T) { ContainerRequest: req, Started: true, }) - if err != nil { t.Fatal(err) }