Skip to content

Commit b52fe20

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit e6eb3136 of spec repo (#1701)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 1c60330 commit b52fe20

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.4",
7-
"regenerated": "2022-09-29 15:48:27.395302",
8-
"spec_repo_commit": "e57e3c55"
7+
"regenerated": "2022-09-30 11:29:12.247762",
8+
"spec_repo_commit": "e6eb3136"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2022-09-29 15:48:27.407155",
13-
"spec_repo_commit": "e57e3c55"
12+
"regenerated": "2022-09-30 11:29:12.260285",
13+
"spec_repo_commit": "e6eb3136"
1414
}
1515
}
1616
}

tests/scenarios/features/v1/dashboards.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ Feature: Dashboards
444444
And the response "widgets[0].definition.requests[0].queries[0].aggregator" is equal to "sum"
445445
And the response "widgets[0].definition.requests[0].formulas[0].formula" is equal to "query1"
446446

447-
@skip-typescript @team:DataDog/dashboards
447+
@team:DataDog/dashboards
448448
Scenario: Create a new dashboard with template variable defaults and default returns "Bad Request" response
449449
Given new "CreateDashboard" request
450450
And body with value {"description": null, "is_read_only": false, "layout_type": "ordered", "notify_list": [], "reflow_type": "auto", "restricted_roles": [], "template_variables": [{"available_values": ["my-host", "host1", "host2"], "default": "my-host", "defaults": ["my-host"], "name": "host1", "prefix": "host"}], "title": "", "widgets": [{"definition": {"requests": {"fill": {"q": "avg:system.cpu.user{*}"}}, "type": "hostmap"}}]}

0 commit comments

Comments
 (0)