Rename test data dir

pull/9383/head
Gennady Lipenkov 6 years ago
parent b5b8f2e308
commit 744fffab5d

@ -9,7 +9,7 @@ import (
"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) {
tf, err := ioutil.TempFile("", "packer")

Loading…
Cancel
Save