diff --git a/connector/saml/saml_test.go b/connector/saml/saml_test.go index aa07aae7..67d7efb1 100644 --- a/connector/saml/saml_test.go +++ b/connector/saml/saml_test.go @@ -562,7 +562,7 @@ func runVerify(t *testing.T, ca string, resp string, shouldSucceed bool) { } } else { if !shouldSucceed { - t.Fatalf("expected an invalid signatrue but verification has been successful") + t.Fatalf("expected an invalid signature but verification has been successful") } } }