This commit is contained in:
Shreyas Goenka 2025-02-05 15:06:38 +01:00
parent ffa8e6b01c
commit f9c450591c
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ type Request struct {
Headers map[string]string `json:"headers,omitempty"`
Method string `json:"method"`
Path string `json:"path"`
Body any `json:"body,omitempty"`
Body any `json:"body"`
}
func New(t testutil.TestingT) *Server {