Skip to content

Commit

Permalink
computet: rename network name for NetworkProfile test to be sweep…
Browse files Browse the repository at this point in the history
…able (#12508)

[upstream:15b9d9ed0da5fec2df451f9bf4aaeca49f7e34ee]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician committed Dec 6, 2024
1 parent d02bfdd commit b02aaff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/12508.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ func TestAccComputeNetwork_networkProfile(t *testing.T) {

var network compute.Network
suffixName := acctest.RandString(t, 10)
networkName := fmt.Sprintf("tf-network-profile-%s", suffixName)
networkName := fmt.Sprintf("tf-test-network-profile-%s", suffixName)
projectId := envvar.GetTestProjectFromEnv()
profileURL := fmt.Sprintf("https://www.googleapis.com/compute/beta/projects/%s/global/networkProfiles/europe-west1-b-vpc-roce", projectId)

Expand Down

0 comments on commit b02aaff

Please sign in to comment.