mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
fix error message
This commit is contained in:
parent
764be03876
commit
771349e58c
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ func TestNewConfig_sourcePath(t *testing.T) {
|
|||
t.Fatalf("bad: %#v", warns)
|
||||
}
|
||||
if err == nil {
|
||||
t.Fatalf("bad: %s", err)
|
||||
t.Fatalf("Nonexistant file should throw a validation error!")
|
||||
}
|
||||
|
||||
// Bad
|
||||
|
|
|
|||
Loading…
Reference in a new issue