Fix content-length header assertion
Co-authored-by: Romain <rtribotte@users.noreply.github.com>
This commit is contained in:
parent
4fd6b10b7d
commit
cdd24e91b4
2 changed files with 1 additions and 4 deletions
|
@ -307,8 +307,6 @@ func TestHeadRequest(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestNoContentLengthResponse(t *testing.T) {
|
||||
t.Skip("Waiting for a fix")
|
||||
|
||||
backendListener, err := net.Listen("tcp", ":0")
|
||||
require.NoError(t, err)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue