Skip to content

Commit 0bf06c1

Browse files
committed
r/aws_apigateway_rest_api(test): add missing put_rest_api_mode to ImportStateVerifyIgnore
1 parent 2ec33c7 commit 0bf06c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/service/apigateway/rest_api_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1218,7 +1218,7 @@ func TestAccAPIGatewayRestAPI_FailOnWarnings(t *testing.T) {
12181218
ResourceName: resourceName,
12191219
ImportState: true,
12201220
ImportStateVerify: true,
1221-
ImportStateVerifyIgnore: []string{"body"},
1221+
ImportStateVerifyIgnore: []string{"body", "put_rest_api_mode"},
12221222
},
12231223
// Verify invalid body fails update, when fail_on_warnings is true
12241224
{

0 commit comments

Comments
 (0)