Conversation
Datadog ReportBranch report: ✅ 0 Failed, 1050 Passed, 2187 Skipped, 1m 53.98s Total duration (1m 20.21s time saved) |
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
daniel.marin@datadoghq.com cancelled this merge request build |
|
/remove |
|
View all feedbacks in Devflow UI.
|
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
The merge request has been interrupted because the build 0 took longer than expected. The current limit for the base branch 'master' is 120 minutes. Possible reasons:
|
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
daniel.marin@datadoghq.com cancelled this merge request build |
|
/remove |
|
View all feedbacks in Devflow UI.
|
* Fix api_instance name with a dash * pre-commit fixes --------- Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> Co-authored-by: Jeffrey <jeffrey.lyman@datadoghq.com> 490edd1
What does this PR do?
Looking at the Ruby example on this documentation page for on-call endpoints, we can see
api_instance = DatadogAPIClient::V2::On - CallAPI.newwhich is not valid ruby.This PR fixes the example/instance name to match the generated one (dash stripped)
Additional Notes
Review checklist
Please check relevant items below:
This PR includes all newly recorded cassettes for any modified tests.
This PR does not rely on API client schema changes.
Or, this PR relies on API schema changes and this is a Draft PR to include tests for that new functionality.