Skip to content

Commit 6f6a47b

Browse files
author
AWS
committed
Amazon API Gateway Update: Remove incorrect endpoint tests
1 parent 39e8f3e commit 6f6a47b

File tree

2 files changed

+6
-44
lines changed

2 files changed

+6
-44
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon API Gateway",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

services/apigateway/src/main/resources/codegen-resources/endpoint-tests.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -455,17 +455,6 @@
455455
"UseDualStack": false
456456
}
457457
},
458-
{
459-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
460-
"expect": {
461-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
462-
},
463-
"params": {
464-
"Region": "us-iso-east-1",
465-
"UseFIPS": true,
466-
"UseDualStack": true
467-
}
468-
},
469458
{
470459
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
471460
"expect": {
@@ -479,28 +468,6 @@
479468
"UseDualStack": false
480469
}
481470
},
482-
{
483-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
484-
"expect": {
485-
"error": "DualStack is enabled but this partition does not support DualStack"
486-
},
487-
"params": {
488-
"Region": "us-iso-east-1",
489-
"UseFIPS": false,
490-
"UseDualStack": true
491-
}
492-
},
493-
{
494-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
495-
"expect": {
496-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
497-
},
498-
"params": {
499-
"Region": "us-isob-east-1",
500-
"UseFIPS": true,
501-
"UseDualStack": true
502-
}
503-
},
504471
{
505472
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
506473
"expect": {
@@ -514,17 +481,6 @@
514481
"UseDualStack": false
515482
}
516483
},
517-
{
518-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
519-
"expect": {
520-
"error": "DualStack is enabled but this partition does not support DualStack"
521-
},
522-
"params": {
523-
"Region": "us-isob-east-1",
524-
"UseFIPS": false,
525-
"UseDualStack": true
526-
}
527-
},
528484
{
529485
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
530486
"expect": {

0 commit comments

Comments
 (0)