config: fix test error

This commit is contained in:
Mitchell Hashimoto 2015-06-23 22:30:41 -07:00
parent fafc32b183
commit 461f6557c7
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@ func TestLoadFile_createBeforeDestroy(t *testing.T) {
}
func TestLoad_preventDestroyString(t *testing.T) {
c, err := Load(filepath.Join(fixtureDir, "prevent-destroy-string.tf"))
c, err := LoadFile(filepath.Join(fixtureDir, "prevent-destroy-string.tf"))
if err != nil {
t.Fatalf("err: %s", err)
}