Rename test data dir

This commit is contained in:
Gennady Lipenkov 2020-06-09 16:35:05 +03:00
parent b5b8f2e308
commit 744fffab5d
2 changed files with 1 additions and 1 deletions

View File

@ -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")