diff options
Diffstat (limited to 'pipe_factory_test.go')
-rw-r--r-- | pipe_factory_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pipe_factory_test.go b/pipe_factory_test.go index 6d3d9eeb..9d50e47f 100644 --- a/pipe_factory_test.go +++ b/pipe_factory_test.go @@ -78,7 +78,7 @@ func Test_Pipe_Echo(t *testing.T) { assert.NoError(t, err) assert.NotNil(t, res) assert.NotNil(t, res.Body) - assert.Nil(t, res.Head) + assert.Nil(t, res.Context) assert.Equal(t, "hello", res.String()) } |