diff --git a/builder/yandex/config_test.go b/builder/yandex/config_test.go index d09d98d5c..829a2033a 100644 --- a/builder/yandex/config_test.go +++ b/builder/yandex/config_test.go @@ -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") diff --git a/builder/yandex/test_data/fake-sa-key.json b/builder/yandex/testdata/fake-sa-key.json similarity index 100% rename from builder/yandex/test_data/fake-sa-key.json rename to builder/yandex/testdata/fake-sa-key.json