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)
  • Loading branch information
BBBmau authored Dec 6, 2024
1 parent d573d03 commit 15b9d9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,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 15b9d9e

Please sign in to comment.