mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 08:42:33 -04:00
Fatal -> Fatalf since we have a format string
This commit is contained in:
parent
7acdc1b6af
commit
95797d7a8a
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ func TestExcludeHelpFunc(t *testing.T) {
|
|||
helpText := helpFunc(commands)
|
||||
|
||||
if strings.Contains(helpText, "fix") {
|
||||
t.Fatal("Found fix in help text even though we excluded it: \n\n%s\n\n", helpText)
|
||||
t.Fatalf("Found fix in help text even though we excluded it: \n\n%s\n\n", helpText)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue