forked from goffee/core
Public request in context
This commit is contained in:
parent
3d4b3651f2
commit
1cc668a0e1
5 changed files with 26 additions and 24 deletions
|
|
@ -226,7 +226,7 @@ func makeCTX(t *testing.T) *Context {
|
|||
t.Helper()
|
||||
return &Context{
|
||||
Request: &Request{
|
||||
httpRequest: httptest.NewRequest(GET, LOCALHOST, nil),
|
||||
HttpRequest: httptest.NewRequest(GET, LOCALHOST, nil),
|
||||
httpPathParams: nil,
|
||||
},
|
||||
Response: &Response{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue