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

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

10 lines
172 B
TOML
Raw Normal View History

2025-02-05 14:28:45 +00:00
[[Server]]
Pattern = "POST /telemetry-ext"
Response.Body = '''
{
"error_code": "ERROR_CODE",
2025-02-05 19:59:01 +00:00
"message": "Endpoint not implemented."
2025-02-05 14:28:45 +00:00
}
'''
2025-02-05 19:59:01 +00:00
Response.StatusCode = 501