crewjam/saml

TestSPRejectsMalformedResponse fails on go1.20

zhsj opened this issue · 0 comments

zhsj commented
$ go version
go version go1.20rc3 linux/amd64

$ go test -run TestSPRejectsMalformedResponse
--- FAIL: TestSPRejectsMalformedResponse (0.00s)
    service_provider_go117_test.go:60: assertion failed: expected error "cannot validate signature on Response: Signature could not be verified", got "invalid xml: XML syntax error on line 1: expected attribute name in element"
FAIL
exit status 1
FAIL    github.com/crewjam/saml 0.007s