Skip to content

Commit da3192a

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
fix: replace invalid team 'api-management' with 'apm-aoe' in CODEOWNERS (#3695)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent eb4688a commit da3192a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

features/v2/api_management.feature

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Feature: API Management
77
And a valid "appKeyAuth" key in the system
88
And an instance of "APIManagement" API
99

10-
@integration-only @skip-terraform-config @skip-validation @team:DataDog/api-management
10+
@integration-only @skip-terraform-config @skip-validation @team:DataDog/apm-aoe
1111
Scenario: Create a new API returns "API created successfully" response
1212
Given operation "CreateOpenAPI" enabled
1313
And new "CreateOpenAPI" request
@@ -16,14 +16,14 @@ Feature: API Management
1616
Then the response status is 201 API created successfully
1717
And the response "data.attributes.failed_endpoints" has length 0
1818

19-
@generated @skip @team:DataDog/api-management
19+
@generated @skip @team:DataDog/apm-aoe
2020
Scenario: Create a new API returns "Bad request" response
2121
Given operation "CreateOpenAPI" enabled
2222
And new "CreateOpenAPI" request
2323
When the request is sent
2424
Then the response status is 400 Bad request
2525

26-
@integration-only @skip-terraform-config @skip-validation @team:DataDog/api-management
26+
@integration-only @skip-terraform-config @skip-validation @team:DataDog/apm-aoe
2727
Scenario: Delete an API returns "API deleted successfully" response
2828
Given operation "DeleteOpenAPI" enabled
2929
And there is a valid "managed_api" in the system
@@ -32,39 +32,39 @@ Feature: API Management
3232
When the request is sent
3333
Then the response status is 204 API deleted successfully
3434

35-
@generated @skip @team:DataDog/api-management
35+
@generated @skip @team:DataDog/apm-aoe
3636
Scenario: Delete an API returns "API not found error" response
3737
Given operation "DeleteOpenAPI" enabled
3838
And new "DeleteOpenAPI" request
3939
And request contains "id" parameter from "REPLACE.ME"
4040
When the request is sent
4141
Then the response status is 404 API not found error
4242

43-
@generated @skip @team:DataDog/api-management
43+
@generated @skip @team:DataDog/apm-aoe
4444
Scenario: Delete an API returns "Bad request" response
4545
Given operation "DeleteOpenAPI" enabled
4646
And new "DeleteOpenAPI" request
4747
And request contains "id" parameter from "REPLACE.ME"
4848
When the request is sent
4949
Then the response status is 400 Bad request
5050

51-
@generated @skip @team:DataDog/api-management
51+
@generated @skip @team:DataDog/apm-aoe
5252
Scenario: Get an API returns "API not found error" response
5353
Given operation "GetOpenAPI" enabled
5454
And new "GetOpenAPI" request
5555
And request contains "id" parameter from "REPLACE.ME"
5656
When the request is sent
5757
Then the response status is 404 API not found error
5858

59-
@generated @skip @team:DataDog/api-management
59+
@generated @skip @team:DataDog/apm-aoe
6060
Scenario: Get an API returns "Bad request" response
6161
Given operation "GetOpenAPI" enabled
6262
And new "GetOpenAPI" request
6363
And request contains "id" parameter from "REPLACE.ME"
6464
When the request is sent
6565
Then the response status is 400 Bad request
6666

67-
@integration-only @skip-terraform-config @skip-validation @team:DataDog/api-management
67+
@integration-only @skip-terraform-config @skip-validation @team:DataDog/apm-aoe
6868
Scenario: Get an API returns "OK" response
6969
Given operation "GetOpenAPI" enabled
7070
And there is a valid "managed_api" in the system
@@ -73,29 +73,29 @@ Feature: API Management
7373
When the request is sent
7474
Then the response status is 200 OK
7575

76-
@generated @skip @team:DataDog/api-management
76+
@generated @skip @team:DataDog/apm-aoe
7777
Scenario: List APIs returns "Bad request" response
7878
Given operation "ListAPIs" enabled
7979
And new "ListAPIs" request
8080
When the request is sent
8181
Then the response status is 400 Bad request
8282

83-
@generated @skip @team:DataDog/api-management
83+
@generated @skip @team:DataDog/apm-aoe
8484
Scenario: List APIs returns "OK" response
8585
Given operation "ListAPIs" enabled
8686
And new "ListAPIs" request
8787
When the request is sent
8888
Then the response status is 200 OK
8989

90-
@generated @skip @team:DataDog/api-management
90+
@generated @skip @team:DataDog/apm-aoe
9191
Scenario: Update an API returns "API not found error" response
9292
Given operation "UpdateOpenAPI" enabled
9393
And new "UpdateOpenAPI" request
9494
And request contains "id" parameter from "REPLACE.ME"
9595
When the request is sent
9696
Then the response status is 404 API not found error
9797

98-
@integration-only @skip-terraform-config @skip-validation @team:DataDog/api-management
98+
@integration-only @skip-terraform-config @skip-validation @team:DataDog/apm-aoe
9999
Scenario: Update an API returns "API updated successfully" response
100100
Given operation "UpdateOpenAPI" enabled
101101
And there is a valid "managed_api" in the system
@@ -106,7 +106,7 @@ Feature: API Management
106106
Then the response status is 200 API updated successfully
107107
And the response "data.attributes.failed_endpoints" has length 0
108108

109-
@generated @skip @team:DataDog/api-management
109+
@generated @skip @team:DataDog/apm-aoe
110110
Scenario: Update an API returns "Bad request" response
111111
Given operation "UpdateOpenAPI" enabled
112112
And new "UpdateOpenAPI" request

0 commit comments

Comments
 (0)