Skip to content

Commit 97d7887

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit c2154bd of spec repo
1 parent 0edb154 commit 97d7887

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

tests/v2/features/org_connections.feature

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,29 @@ Feature: Org Connections
1010
And a valid "appKeyAuth" key in the system
1111
And an instance of "OrgConnections" API
1212

13-
@team:DataDog/access-enforcement
13+
@skip-terraform-config @team:DataDog/access-enforcement
1414
Scenario: Create Org Connection returns "Bad Request" response
1515
Given new "CreateOrgConnections" request
1616
And body with value {"data": {"type": "org_connection", "relationships": {"sink_org": {"data": {"type": "orgs", "id": "83999dcd-7f97-11f0-8de1-1ecf66f1aa85"}}}, "attributes": {"connection_types": ["logs", "logs"]}}}
1717
When the request is sent
1818
Then the response status is 400 Bad Request
1919

20-
@team:DataDog/access-enforcement
20+
@skip-terraform-config @team:DataDog/access-enforcement
2121
Scenario: Create Org Connection returns "Conflict" response
2222
Given there is a valid "org_connection" in the system
2323
And new "CreateOrgConnections" request
2424
And body with value {"data": {"type": "org_connection", "relationships": {"sink_org": {"data": {"type": "orgs", "id": "83999dcd-7f97-11f0-8de1-1ecf66f1aa85"}}}, "attributes": {"connection_types": ["logs"]}}}
2525
When the request is sent
2626
Then the response status is 409 Conflict
2727

28-
@team:DataDog/access-enforcement
28+
@skip-terraform-config @team:DataDog/access-enforcement
2929
Scenario: Create Org Connection returns "Not Found" response
3030
Given new "CreateOrgConnections" request
3131
And body with value {"data": {"type": "org_connection", "relationships": {"sink_org": {"data": {"type": "orgs", "id": "nonexistent-org-id"}}}, "attributes": {"connection_types": ["logs"]}}}
3232
When the request is sent
3333
Then the response status is 404 Not Found
3434

35-
@team:DataDog/access-enforcement
35+
@skip-terraform-config @team:DataDog/access-enforcement
3636
Scenario: Create Org Connection returns "OK" response
3737
Given new "CreateOrgConnections" request
3838
And body with value {"data": {"type": "org_connection", "relationships": {"sink_org": {"data": {"type": "orgs", "id": "83999dcd-7f97-11f0-8de1-1ecf66f1aa85"}}}, "attributes": {"connection_types": ["logs"]}}}
@@ -46,28 +46,28 @@ Feature: Org Connections
4646
When the request is sent
4747
Then the response status is 400 Bad Request
4848

49-
@team:DataDog/access-enforcement
49+
@skip-terraform-config @team:DataDog/access-enforcement
5050
Scenario: Delete Org Connection returns "Not Found" response
5151
Given new "DeleteOrgConnections" request
5252
And request contains "connection_id" parameter with value "00000000-0000-0000-0000-000000000000"
5353
When the request is sent
5454
Then the response status is 404 Not Found
5555

56-
@team:DataDog/access-enforcement
56+
@skip-terraform-config @team:DataDog/access-enforcement
5757
Scenario: Delete Org Connection returns "OK" response
5858
Given there is a valid "org_connection" in the system
5959
And new "DeleteOrgConnections" request
6060
And request contains "connection_id" parameter from "org_connection.data.id"
6161
When the request is sent
6262
Then the response status is 200 OK
6363

64-
@team:DataDog/access-enforcement
64+
@skip-terraform-config @team:DataDog/access-enforcement
6565
Scenario: List Org Connections returns "OK" response
6666
Given new "ListOrgConnections" request
6767
When the request is sent
6868
Then the response status is 200 OK
6969

70-
@team:DataDog/access-enforcement
70+
@skip-terraform-config @team:DataDog/access-enforcement
7171
Scenario: Update Org Connection returns "Bad Request" response
7272
Given there is a valid "org_connection" in the system
7373
And new "UpdateOrgConnections" request
@@ -76,7 +76,7 @@ Feature: Org Connections
7676
When the request is sent
7777
Then the response status is 400 Bad Request
7878

79-
@team:DataDog/access-enforcement
79+
@skip-terraform-config @team:DataDog/access-enforcement
8080
Scenario: Update Org Connection returns "Not Found" response
8181
Given there is a valid "org_connection" in the system
8282
And new "UpdateOrgConnections" request
@@ -85,7 +85,7 @@ Feature: Org Connections
8585
When the request is sent
8686
Then the response status is 404 Not Found
8787

88-
@team:DataDog/access-enforcement
88+
@skip-terraform-config @team:DataDog/access-enforcement
8989
Scenario: Update Org Connection returns "OK" response
9090
Given there is a valid "org_connection" in the system
9191
And new "UpdateOrgConnections" request

0 commit comments

Comments
 (0)