File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 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.4",
7
- "regenerated": "2022-11-18 07:41:33.828692 ",
8
- "spec_repo_commit": "924476da "
7
+ "regenerated": "2022-11-18 17:23:41.566917 ",
8
+ "spec_repo_commit": "b939bbb4 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.4",
12
- "regenerated": "2022-11-18 07:41:33.839885 ",
13
- "spec_repo_commit": "924476da "
12
+ "regenerated": "2022-11-18 17:23:41.583133 ",
13
+ "spec_repo_commit": "b939bbb4 "
14
14
}
15
15
}
16
16
}
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 @team:DataDog/team-aaa-identity
12
+ @skip-go @skip-java @skip-python @skip-ruby @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
@@ -20,7 +20,7 @@ Feature: Organizations
20
20
When the request is sent
21
21
Then the response status is 400 Bad Request
22
22
23
- @skip-go @skip-java @skip-python @skip-ruby @skip-terraform-config @skip-typescript @team:DataDog/team-aaa-identity
23
+ @skip-go @skip-java @skip-python @skip-ruby @skip-terraform-config @skip-typescript @skip-validation @ team:DataDog/team-aaa-identity
24
24
Scenario : Upload IdP metadata returns "OK" response
25
25
Given request contains "idp_file" parameter with value "fixtures/organizations/saml_configurations/valid_idp_metadata.xml"
26
26
When the request is sent
You can’t perform that action at this time.
0 commit comments