We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50364bf commit f431361Copy full SHA for f431361
linode/vpcsubnet/resource_test.go
@@ -93,6 +93,8 @@ func TestAccResourceVPCSubnet_update(t *testing.T) {
93
ImportState: true,
94
ImportStateVerify: true,
95
ImportStateIdFunc: resourceImportStateID,
96
+ // TODO:: remove when API response for updated timestamp is consistent
97
+ ImportStateVerifyIgnore: []string{"updated"},
98
},
99
100
})
0 commit comments