Public request in context

This commit is contained in:
Erika Harker 2026-04-15 15:17:08 -05:00
parent 3d4b3651f2
commit 1cc668a0e1
5 changed files with 26 additions and 24 deletions

View file

@ -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{