spelling: unsupported

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2020-02-24 17:20:59 -05:00
parent a1eb44563b
commit 2bbe72757b

View File

@ -155,7 +155,7 @@ func mockTransport(t *testing.T, akamai *DNSProvider, domain, data string, respo
if req.Method == http.MethodPost {
if req.Header.Get("Content-Type") != "application/json" {
t.Fatalf("usupported Content Type: %v", req.Header.Get("Content-Type"))
t.Fatalf("unsupported Content Type: %v", req.Header.Get("Content-Type"))
}
var err error