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

20 lines
243 B
TOML

LocalOnly = true
RecordRequests = true
[[Server]]
Pattern = "POST /telemetry-ext"
Response.Body = '''
{
"numProtoSuccess": 2
}
'''
[[Repls]]
Old = '17\d{11}'
New = '"UNIX_TIME_MILLIS"'
[[Repls]]
Old = 'darwin|linux|windows'
New = 'OS'