Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
not used comments removed
Browse files Browse the repository at this point in the history
  • Loading branch information
lainio committed Feb 29, 2024
1 parent fae932e commit 8e16833
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion acator/acator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ func TestRegister_server(t *testing.T) {
ccd := try.To1(protocol.ParseCredentialCreationResponseBody(r))
assert.NotNil(ccd)

//assert.Equal(ccd.Response.CollectedClientData.Challenge, tt.args.challenge)
err := ccd.Verify(tt.args.challenge,
false, tt.args.rpID, []string{tt.args.rpOrigin})
assert.Error(err)
Expand Down

0 comments on commit 8e16833

Please sign in to comment.