mirror of https://github.com/databricks/cli.git
19 lines
283 B
TOML
19 lines
283 B
TOML
|
LocalOnly = true
|
||
|
RecordRequests = true
|
||
|
|
||
|
[[Server]]
|
||
|
Pattern = "GET /custom/endpoint"
|
||
|
Response.Body = '''custom
|
||
|
---
|
||
|
response
|
||
|
'''
|
||
|
Response.StatusCode = 201
|
||
|
|
||
|
[[Repls]]
|
||
|
Old = 'Date: .*'
|
||
|
New = 'Date: (redacted)'
|
||
|
|
||
|
[[Repls]]
|
||
|
Old = 'Content-Length: [0-9]*'
|
||
|
New = 'Content-Length: (redacted)'
|