Skip to content

Commit

Permalink
Update resource_hybrid_deployment_agent_e2e_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-aleksandrboldyrev committed Nov 18, 2024
1 parent 4900feb commit 7606bba
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ var connectorWithHdaResourceConfig = `

func TestResourceHybridDeploymentAgentE2E(t *testing.T) {
hdaName := strconv.Itoa(seededRand.Int())
groupName := strconv.Itoa(seededRand.Int())
groupName := "group" + strconv.Itoa(seededRand.Int())

resourceConfig := fmt.Sprintf(hdaResourceConfig, groupName, hdaName)

Expand All @@ -83,7 +83,7 @@ func TestResourceConnectorWithHybridDeploymentAgentE2E(t *testing.T) {
regexp, _ := regexp.Compile("[a-z]*_[a-z]*")

hdaName := strconv.Itoa(seededRand.Int())
groupName := strconv.Itoa(seededRand.Int())
groupName := "group" + strconv.Itoa(seededRand.Int())

resourceConfig := fmt.Sprintf(connectorWithHdaResourceConfig, groupName, hdaName)

Expand Down

0 comments on commit 7606bba

Please sign in to comment.