spelling: unsupported
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
a1eb44563b
commit
2bbe72757b
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user