Commit 33e0e1f9 authored by Kamil Trzcinski's avatar Kamil Trzcinski

Fix tests

parent 27d3b1c3
......@@ -70,7 +70,6 @@ func TestReadRequestBodyLimit(t *testing.T) {
result, err := ReadRequestBody(rw, req, 2)
assert.Error(t, err)
assert.Empty(t, result)
}
func TestCloneRequestWithBody(t *testing.T) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment