Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
case-k-git committed Mar 6, 2025
1 parent 68327ec commit 540424f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions internal/service/apigateway/rest_api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2703,8 +2703,7 @@ func TestAccAPIGatewayRestAPI_PolicyDiffSuppress(t *testing.T) {
testAccCheckRESTAPIExists(ctx, resourceName, &conf),
resource.TestCheckResourceAttrSet(resourceName, names.AttrPolicy),
),
PlanOnly: true,
ExpectError: nil, // Expect no changes in plan
PlanOnly: true, // Expect no changes in plan
},
{
// Test with ARN containing specific region and account ID - verify no differences are detected
Expand All @@ -2713,8 +2712,7 @@ func TestAccAPIGatewayRestAPI_PolicyDiffSuppress(t *testing.T) {
testAccCheckRESTAPIExists(ctx, resourceName, &conf),
resource.TestCheckResourceAttrSet(resourceName, names.AttrPolicy),
),
PlanOnly: true,
ExpectError: nil, // Expect no changes in plan
PlanOnly: true, // Expect no changes in plan
},
{
// Test with different app_id - should detect differences
Expand Down

0 comments on commit 540424f

Please sign in to comment.