Commit b1e43698 authored by Joe Bowers's avatar Joe Bowers

fixup: remove debug logging from test

parent 12342149
......@@ -221,8 +221,6 @@ func TestPasswordResetParseAndVerify(t *testing.T) {
for i, tt := range tests {
t.Logf("TODO claims are %v", tt.ev.Claims)
jwt, err := jose.NewSignedJWT(tt.ev.Claims, tt.signer)
if err != nil {
t.Fatalf("Failed to generate JWT, error=%v", err)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment