spelling: mandatory

pull/6013/head
Josh Soref 8 years ago
parent eebe236587
commit ae4abedfa2

@ -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…
Cancel
Save