diff options
Diffstat (limited to 'static_pool_test.go')
-rw-r--r-- | static_pool_test.go | 2 |
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) |