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

12 lines
239 B
TOML

[[Server]]
Pattern = "POST /telemetry-ext"
Response.Body = '''
{
"error_code": "ERROR_CODE",
"message": "Endpoint not implemented."
}
'''
Response.StatusCode = 501
# TODO: Validate that this and the other tests have sane outputs.