mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-20 11:48:24 -06:00
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
Block a user