terraform: fix vet

This commit is contained in:
Mitchell Hashimoto 2016-08-17 12:03:21 -07:00
parent cc5abd0815
commit 802de4ea28
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ func TestVariables(t *testing.T) {
m := testModule(t, tc.Module)
actual, err := Variables(m, tc.Override)
if (err != nil) != tc.Error {
t.Fatalf("%s: err: %s", err)
t.Fatalf("%s: err: %s", name, err)
}
if err != nil {
return