Rename test data dir
This commit is contained in:
parent
b5b8f2e308
commit
744fffab5d
|
@ -9,7 +9,7 @@ import (
|
||||||
"github.com/stretchr/testify/require"
|
"github.com/stretchr/testify/require"
|
||||||
)
|
)
|
||||||
|
|
||||||
const TestServiceAccountKeyFile = "./test_data/fake-sa-key.json"
|
const TestServiceAccountKeyFile = "./testdata/fake-sa-key.json"
|
||||||
|
|
||||||
func TestConfigPrepare(t *testing.T) {
|
func TestConfigPrepare(t *testing.T) {
|
||||||
tf, err := ioutil.TempFile("", "packer")
|
tf, err := ioutil.TempFile("", "packer")
|
||||||
|
|
Loading…
Reference in New Issue