diff --git a/libs/testserver/server.go b/libs/testserver/server.go index d6a949605..2e8dbdfda 100644 --- a/libs/testserver/server.go +++ b/libs/testserver/server.go @@ -23,9 +23,9 @@ type Server struct { } type Request struct { - Method string `json:"method"` - Path string `json:"path"` - Body json.RawMessage `json:"body"` + Method string `json:"method"` + Path string `json:"path"` + Body any `json:"body"` } func New(t testutil.TestingT) *Server {