We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32915c0 commit 4edfe2fCopy full SHA for 4edfe2f
api/encoding/call_test.go
@@ -156,4 +156,5 @@ func TestDisabledResponseHeaders(t *testing.T) {
156
assert.Len(t, call.HeaderNames(), 1)
157
158
assert.Error(t, call.WriteResponseHeader("foo", "bar"))
159
+ assert.Nil(t, icall.resHeaders)
160
}
0 commit comments