spelling: mandatory

This commit is contained in:
Josh Soref 2018-03-13 08:10:59 +00:00
parent eebe236587
commit ae4abedfa2
1 changed files with 1 additions and 1 deletions

View File

@ -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") {