databricks-cli/acceptance/telemetry/upload-partially-succeeds/test.toml

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

9 lines
114 B
TOML
Raw Normal View History

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-03-02 14:25:03 +00:00
"numProtoSuccess": 1
2025-02-24 14:26:31 +00:00
}
'''