command: fix go vet
This commit is contained in:
parent
5086f9f568
commit
0224a12a00
|
@ -51,7 +51,7 @@ func TestUiHookPostApply_emptyState(t *testing.T) {
|
|||
t.Fatal(err)
|
||||
}
|
||||
if action != terraform.HookActionContinue {
|
||||
t.Fatal("Expected hook to continue, given: %#v", action)
|
||||
t.Fatalf("Expected hook to continue, given: %#v", action)
|
||||
}
|
||||
|
||||
expectedOutput := ""
|
||||
|
|
Loading…
Reference in New Issue