summaryrefslogtreecommitdiff
path: root/static_pool_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'static_pool_test.go')
-rw-r--r--static_pool_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/static_pool_test.go b/static_pool_test.go
index e986a9bf..fd237429 100644
--- a/static_pool_test.go
+++ b/static_pool_test.go
@@ -190,9 +190,7 @@ func Test_StaticPool_Broken_Replace(t *testing.T) {
}
}
}()
-
res, err := p.ExecWithContext(ctx, Payload{Body: []byte("hello")})
-
assert.Error(t, err)
assert.Nil(t, res.Context)
assert.Nil(t, res.Body)