mirror of https://github.com/databricks/cli.git
12 lines
189 B
TOML
12 lines
189 B
TOML
|
RecordRequests = true
|
||
|
|
||
|
[[Server]]
|
||
|
Pattern = "POST /telemetry-ext"
|
||
|
Response.Body = '''
|
||
|
{
|
||
|
"error_code": "ERROR_CODE",
|
||
|
"message": "Endpoint not found."
|
||
|
}
|
||
|
'''
|
||
|
Response.StatusCode = 404
|