mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -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)
|
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 := ""
|
||||||
|
Loading…
Reference in New Issue
Block a user