mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
spelling: mandatory
This commit is contained in:
parent
eebe236587
commit
ae4abedfa2
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ func TestEmptyConfig(t *testing.T) {
|
|||
_, _, err := NewConfig(raw)
|
||||
|
||||
if err == nil {
|
||||
t.Error("Expected Config to require 'access_key', 'secret_key' and some mendatory fields, but it did not")
|
||||
t.Error("Expected Config to require 'access_key', 'secret_key' and some mandatory fields, but it did not")
|
||||
}
|
||||
|
||||
if !strings.Contains(err.Error(), "access_key is required") {
|
||||
|
|
|
|||
Loading…
Reference in a new issue