databricks-cli/acceptance/telemetry/upload-timeout/test.toml

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

11 lines
137 B
TOML
Raw Normal View History

2025-02-24 15:59:17 +00:00
RecordRequests = true
2025-02-24 14:26:31 +00:00
[[Server]]
Pattern = "POST /telemetry-ext"
Response.Body = '''
{
2025-02-24 15:59:17 +00:00
"errors": [],
2025-02-24 14:26:31 +00:00
"numProtoSuccess": 2
}
'''