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

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

18 lines
333 B
TOML
Raw Normal View History

2025-02-24 15:59:17 +00:00
RecordRequests = true
2025-02-21 15:58:45 +00:00
[[Server]]
Pattern = "POST /telemetry-ext"
Response.Body = '''
{
2025-02-24 15:59:17 +00:00
"errors": [],
2025-02-21 15:58:45 +00:00
"numProtoSuccess": 2
}
'''
# "client_id:client_secret" in base64 is Y2xpZW50X2lkOmNsaWVudF9zZWNyZXQ=, expect to
# see this in Authorization header
[[Repls]]
Old = "Y2xpZW50X2lkOmNsaWVudF9zZWNyZXQ="
New = "[ENCODED_AUTH]"