Skip to content

Commit

Permalink
Fix test TestAccVertexAIIndexEndpoint_updated
Browse files Browse the repository at this point in the history
  • Loading branch information
zli82016 committed Sep 19, 2023
1 parent 5516fd7 commit 45f8b09
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func TestAccVertexAIIndexEndpoint_updated(t *testing.T) {
ResourceName: "google_vertex_ai_index_endpoint.index_endpoint",
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{"etag", "region"},
ImportStateVerifyIgnore: []string{"etag", "region", "labels", "terraform_labels"},
},
{
Config: testAccVertexAIIndexEndpoint_updated(context),
Expand All @@ -37,7 +37,7 @@ func TestAccVertexAIIndexEndpoint_updated(t *testing.T) {
ResourceName: "google_vertex_ai_index_endpoint.index_endpoint",
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{"etag", "region"},
ImportStateVerifyIgnore: []string{"etag", "region", "labels", "terraform_labels"},
},
},
})
Expand Down

0 comments on commit 45f8b09

Please sign in to comment.