mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
a8b366ee79
commit
5c2205a6f7
|
@ -25,7 +25,7 @@ type Server struct {
|
||||||
type Request struct {
|
type Request struct {
|
||||||
Method string `json:"method"`
|
Method string `json:"method"`
|
||||||
Path string `json:"path"`
|
Path string `json:"path"`
|
||||||
Body json.RawMessage `json:"body"`
|
Body any `json:"body"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func New(t testutil.TestingT) *Server {
|
func New(t testutil.TestingT) *Server {
|
||||||
|
|
Loading…
Reference in New Issue