Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitra-mylarappachar committed Mar 21, 2024
1 parent 3d50711 commit d0d11dc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ endif
VERSION=$(shell cat ./version)
# Change DUMMY_PROVIDER below to reflect the name of the service under development. The
# value of this variable is used in LOCAL_LOCATION, and is also used in the
DUMMY_PROVIDER=hpe
LOCAL_LOCATION=~/.local/share/terraform/plugins/registry.terraform.io/$(DUMMY_PROVIDER)/hpegl/$(VERSION)/linux_$(GOARCH)
DUMMY_PROVIDER=metal
LOCAL_LOCATION=~/.local/share/terraform/plugins/terraform.example.com/$(DUMMY_PROVIDER)/hpegl/$(VERSION)/linux_$(GOARCH)

# Stuff that needs to be installed globally (not in vendor)
DEPEND=
Expand Down
3 changes: 0 additions & 3 deletions internal/acceptance_test/resource_host_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ package acceptance_test
import (
"fmt"
"net/http"
"os"
"strconv"
"testing"
"time"
Expand All @@ -25,7 +24,6 @@ const (
)

func TestAccResourceHost_Async(t *testing.T) {
os.Setenv("TF_ACC", "true")
resource.Test(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
Providers: testAccProviders,
Expand All @@ -46,7 +44,6 @@ func TestAccResourceHost_Async(t *testing.T) {
}

func TestAccResourceHost_Sync(t *testing.T) {
os.Setenv("TF_ACC", "true")
resource.Test(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
Providers: testAccProviders,
Expand Down
3 changes: 0 additions & 3 deletions internal/acceptance_test/resource_ssh_key_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ package acceptance_test

import (
"fmt"
"os"
"testing"

"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
Expand All @@ -24,8 +23,6 @@ func metalSSHKeyConfigBasic(name, publicSSHKey string) string {
}

func TestAccResourceSSHKey_Basic(t *testing.T) {
os.Setenv("TF_ACC", "true")

key := rest.SshKey{}

keyName := "keySShNameTest"
Expand Down

0 comments on commit d0d11dc

Please sign in to comment.