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

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

15 lines
361 B
TOML
Raw Normal View History

2025-02-24 15:59:17 +00:00
# RecordRequests is not supported for integration tests yet. Once we have support
# for running integration tests with record requests we can remove this test since
# it's a copy of acceptance/telemetry/upload-succeeds.
2025-02-27 11:42:40 +00:00
Local = true
Cloud = true
2025-02-24 15:59:17 +00:00
[[Server]]
Pattern = "POST /telemetry-ext"
Response.Body = '''
{
"errors": [],
"numProtoSuccess": 2
}
'''