Skip to content

Commit 92ff8aa

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Use list assertion for ListApmRetentionFilters test (#1744)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent fe83325 commit 92ff8aa

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.6",
7-
"regenerated": "2023-10-30 20:47:57.387992",
8-
"spec_repo_commit": "98cfa2fd"
7+
"regenerated": "2023-10-31 15:36:23.736957",
8+
"spec_repo_commit": "38f019bb"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2023-10-30 20:47:57.405469",
13-
"spec_repo_commit": "98cfa2fd"
12+
"regenerated": "2023-10-31 15:36:23.757201",
13+
"spec_repo_commit": "38f019bb"
1414
}
1515
}
1616
}

tests/v2/features/apm_retention_filters.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Feature: APM Retention Filters
6868
And new "ListApmRetentionFilters" request
6969
When the request is sent
7070
Then the response status is 200 OK
71-
And the response "data[2].id" has the same value as "retention_filter.data.id"
71+
And the response "data" has item with field "id" with value "{{ retention_filter.data.id }}"
7272

7373
@generated @skip @team:DataDog/apm-trace-intake
7474
Scenario: Re-order retention filters returns "Bad Request" response

0 commit comments

Comments
 (0)