command: fix go vet

This commit is contained in:
Mitchell Hashimoto 2017-03-02 11:19:54 -08:00
parent 5086f9f568
commit 0224a12a00
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ func TestUiHookPostApply_emptyState(t *testing.T) {
t.Fatal(err) t.Fatal(err)
} }
if action != terraform.HookActionContinue { if action != terraform.HookActionContinue {
t.Fatal("Expected hook to continue, given: %#v", action) t.Fatalf("Expected hook to continue, given: %#v", action)
} }
expectedOutput := "" expectedOutput := ""