File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.6",
7
- "regenerated": "2024-03-21 18:00:28.881112 ",
8
- "spec_repo_commit": "65baee0e "
7
+ "regenerated": "2024-03-21 19:44:29.077421 ",
8
+ "spec_repo_commit": "7b0d4cbe "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-03-21 18:00:28.897695 ",
13
- "spec_repo_commit": "65baee0e "
12
+ "regenerated": "2024-03-21 19:44:29.098141 ",
13
+ "spec_repo_commit": "7b0d4cbe "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ Feature: Logs Custom Destinations
75
75
And the response "data.attributes.forward_tags_restriction_list" array contains value "host"
76
76
And the response "data.attributes.forward_tags_restriction_list_type" is equal to "ALLOW_LIST"
77
77
78
- @skip-java @skip-python @skip-typescript @team:DataDog/logs-backend
78
+ @skip-java @skip-python @skip-rust @skip- typescript @team:DataDog/logs-backend
79
79
Scenario : Create a custom destination returns "Bad Request" response
80
80
Given new "CreateLogsCustomDestination" request
81
81
And body with value {"data" : {"attributes" : {"name" : "Nginx logs" }, "type" : "custom_destination" }}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Feature: Organizations
9
9
And an instance of "Organizations" API
10
10
And new "UploadIdPMetadata" request
11
11
12
- @skip-go @skip-java @skip-python @skip-ruby @skip-terraform-config @skip-typescript @skip-validation @team:DataDog/team-aaa-identity
12
+ @skip-go @skip-java @skip-python @skip-ruby @skip-rust @skip- terraform-config @skip-typescript @skip-validation @team:DataDog/team-aaa-identity
13
13
Scenario : Upload IdP metadata returns "Bad Request - caused by either malformed XML or invalid SAML IdP metadata" response
14
14
Given request contains "idp_file" parameter with value "fixtures/organizations/saml_configurations/invalid_idp_metadata.xml"
15
15
When the request is sent
You can’t perform that action at this time.
0 commit comments