mirror of https://github.com/databricks/cli.git
fix
This commit is contained in:
parent
5e9d63280a
commit
b076b750f1
|
@ -110,4 +110,8 @@ func AddHandlers(server *testserver.Server) {
|
|||
"token_type": "Bearer",
|
||||
}, nil
|
||||
})
|
||||
|
||||
server.Handle("POST /api/2.0/workspace-files/import-file/", func(r *http.Request) (any, error) {
|
||||
return "{}", nil
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue