Skip to content

Commit f8c088c

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit c32c8cf5 of spec repo
1 parent 193f9f7 commit f8c088c

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.apigentools-info

+4-4
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": "2025-03-25 18:26:21.124240",
8-
"spec_repo_commit": "b25d7c85"
7+
"regenerated": "2025-03-26 16:43:20.468816",
8+
"spec_repo_commit": "c32c8cf5"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-03-25 18:26:21.139311",
13-
"spec_repo_commit": "b25d7c85"
12+
"regenerated": "2025-03-26 16:43:20.485309",
13+
"spec_repo_commit": "c32c8cf5"
1414
}
1515
}
1616
}

tests/v2/features/container_images.feature

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@ Feature: Container Images
1010
And an instance of "ContainerImages" API
1111
And new "ListContainerImages" request
1212

13-
@replay-only @team:DataDog/processes
13+
@replay-only @team:DataDog/container-experiences
1414
Scenario: Get all Container Image groups returns "OK" response
1515
Given request contains "group_by" parameter with value "short_image"
1616
When the request is sent
1717
Then the response status is 200 OK
1818
And the response "data[0].attributes.name" is equal to "test_name"
1919

20-
@generated @skip @team:DataDog/processes
20+
@generated @skip @team:DataDog/container-experiences
2121
Scenario: Get all Container Images returns "Bad Request" response
2222
When the request is sent
2323
Then the response status is 400 Bad Request
2424

25-
@replay-only @team:DataDog/processes
25+
@replay-only @team:DataDog/container-experiences
2626
Scenario: Get all Container Images returns "OK" response
2727
When the request is sent
2828
Then the response status is 200 OK
2929
And the response "data[0].attributes.name" is equal to "test_name"
3030

31-
@replay-only @skip-validation @team:DataDog/processes @with-pagination
31+
@replay-only @skip-validation @team:DataDog/container-experiences @with-pagination
3232
Scenario: Get all Container Images returns "OK" response with pagination
3333
Given request contains "page[size]" parameter with value 2
3434
When the request with pagination is sent

tests/v2/features/containers.feature

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@ Feature: Containers
1010
And an instance of "Containers" API
1111
And new "ListContainers" request
1212

13-
@replay-only @team:DataDog/processes
13+
@replay-only @team:DataDog/container-experiences
1414
Scenario: Get All Container groups returns "OK" response
1515
Given request contains "group_by" parameter with value "short_image"
1616
When the request is sent
1717
Then the response status is 200 OK
1818
And the response "data[0].attributes.count" is equal to 123
1919

20-
@generated @skip @team:DataDog/processes
20+
@generated @skip @team:DataDog/container-experiences
2121
Scenario: Get All Containers returns "Bad Request" response
2222
When the request is sent
2323
Then the response status is 400 Bad Request
2424

25-
@replay-only @team:DataDog/processes
25+
@replay-only @team:DataDog/container-experiences
2626
Scenario: Get All Containers returns "OK" response
2727
When the request is sent
2828
Then the response status is 200 OK
2929
And the response "data[0].attributes.name" is equal to "test_name"
3030

31-
@replay-only @skip-validation @team:DataDog/processes @with-pagination
31+
@replay-only @skip-validation @team:DataDog/container-experiences @with-pagination
3232
Scenario: Get All Containers returns "OK" response with pagination
3333
Given request contains "page[size]" parameter with value 2
3434
When the request with pagination is sent

0 commit comments

Comments
 (0)