mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-18 22:11:39 -04:00
spelling: mandatory
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user