mirror of https://github.com/databricks/cli.git
13 lines
335 B
TOML
13 lines
335 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.
|
|
|
|
[[Server]]
|
|
Pattern = "POST /telemetry-ext"
|
|
Response.Body = '''
|
|
{
|
|
"errors": [],
|
|
"numProtoSuccess": 2
|
|
}
|
|
'''
|