databricks-cli/acceptance/telemetry/dummy-error/test.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
189 B
TOML
Raw Normal View History

2025-02-05 14:28:45 +00:00
RecordRequests = true
[[Server]]
Pattern = "POST /telemetry-ext"
Response.Body = '''
{
"error_code": "ERROR_CODE",
"message": "Endpoint not found."
}
'''
Response.StatusCode = 404