Skip to content

Commit 3d26dcf

Browse files
Made test use same bootstrapped network as other vertexai tests (#12225) (#20157)
[upstream:2963ee2956482980e79f495dff42945d6078dd7c] Signed-off-by: Modular Magician <[email protected]>
1 parent 1ce3012 commit 3d26dcf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/12225.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google/services/vertexai/resource_vertex_ai_index_endpoint_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ func TestAccVertexAIIndexEndpoint_updated(t *testing.T) {
1515
t.Parallel()
1616

1717
context := map[string]interface{}{
18-
"network_name": acctest.BootstrapSharedServiceNetworkingConnection(t, "vertex-ai-index-endpoint-update-1"),
18+
"network_name": acctest.BootstrapSharedServiceNetworkingConnection(t, "vpc-network-1"),
1919
"random_suffix": acctest.RandString(t, 10),
2020
}
2121

0 commit comments

Comments
 (0)