Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions internal/server/sdk_logging_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,8 @@ func makeJSONRPCRequest(method string, id interface{}) []byte {

// handlerCapture is a helper to track what an inner handler received.
type handlerCapture struct {
called bool
body []byte
statusCode int
responseBody []byte
called bool
body []byte
}

// makeInnerHandler creates an http.Handler that records the request body and returns the given response.
Expand Down