mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
ffa8e6b01c
commit
f9c450591c
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue