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

15 lines
361 B
TOML

# 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.
Local = true
Cloud = true
[[Server]]
Pattern = "POST /telemetry-ext"
Response.Body = '''
{
"errors": [],
"numProtoSuccess": 2
}
'''