update func name according to standard
This commit is contained in:
parent
94029f3339
commit
9b91043cf2
@ -409,7 +409,7 @@ func TestBeegoHTTPRequestBody(t *testing.T) {
|
|||||||
assert.NotNil(t, req.req.GetBody)
|
assert.NotNil(t, req.req.GetBody)
|
||||||
assert.NotNil(t, req.req.Body)
|
assert.NotNil(t, req.req.Body)
|
||||||
|
|
||||||
body = "hhhh, i am test"
|
body = "hhhh, I am test"
|
||||||
req.Body(body)
|
req.Body(body)
|
||||||
assert.Equal(t, int64(len(body)), req.req.ContentLength)
|
assert.Equal(t, int64(len(body)), req.req.ContentLength)
|
||||||
assert.NotNil(t, req.req.GetBody)
|
assert.NotNil(t, req.req.GetBody)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user