Skip to content

Commit

Permalink
Fix mess from rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Jul 21, 2020
1 parent c755087 commit e735282
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions aws/resource_aws_apigatewayv2_stage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -573,10 +573,6 @@ func TestAccAWSAPIGatewayV2Stage_RouteSettingsWebSocket(t *testing.T) {
tfawsresource.TestCheckTypeSetElemNestedAttrs(resourceName, "route_settings.*", map[string]string{
"data_trace_enabled": "false",
"detailed_metrics_enabled": "false",
<<<<<<< HEAD
=======
"logging_level": "OFF",
>>>>>>> r/aws_apigatewayv2_stage: No need for diff-suppression for new resources.
"route_key": "$default",
"throttling_burst_limit": "0",
"throttling_rate_limit": "0",
Expand Down Expand Up @@ -706,10 +702,6 @@ func TestAccAWSAPIGatewayV2Stage_RouteSettingsHttp(t *testing.T) {
tfawsresource.TestCheckTypeSetElemNestedAttrs(resourceName, "route_settings.*", map[string]string{
"data_trace_enabled": "false",
"detailed_metrics_enabled": "true",
<<<<<<< HEAD
=======
"logging_level": "OFF",
>>>>>>> r/aws_apigatewayv2_stage: No need for diff-suppression for new resources.
"route_key": "$default",
"throttling_burst_limit": "2222",
"throttling_rate_limit": "8888",
Expand Down

0 comments on commit e735282

Please sign in to comment.