Skip to content

Commit

Permalink
chore: code review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
pivotal-marcela-campo committed Nov 22, 2023
1 parent 185877f commit f467f5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integrationtest/terraform_rename_provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ import (

var _ = Describe("Terraform Rename Provider", func() {
var (
brokerpak string
broker *testdrive.Broker
terraformVersion = "1.5.7"
brokerpak string
broker *testdrive.Broker
)
const terraformVersion = "1.5.7"

BeforeEach(func() {
brokerpak = must(packer.BuildBrokerpak(csb, fixtures("terraform-rename-provider")))
Expand Down

0 comments on commit f467f5f

Please sign in to comment.