Browse Source

spelling: signature

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
pull/1891/head
Josh Soref 5 years ago
parent
commit
97d3e8fa7f
  1. 2
      connector/saml/saml_test.go

2
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")
}
}
}

Loading…
Cancel
Save