Skip to content

Commit

Permalink
[Test] Ignore engine_id and flavor_id in import test
Browse files Browse the repository at this point in the history
  • Loading branch information
muneeb-jan committed Oct 25, 2024
1 parent b3eef1b commit 95d5481
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ func TestAccDdmInstancesV1_basic(t *testing.T) {
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{
"availability_zones",
"flavor_id",
"engine_id",
},
},
},
Expand Down

0 comments on commit 95d5481

Please sign in to comment.