Skip to content

Conversation

@nicolastemciuc
Copy link
Member

No description provided.

Comment on lines 42 to 51
expect {
assertion_response.verify(
challenge,
public_key: public_key,
sign_count: sign_count,
user_presence: user_presence,
user_verification: user_verification,
rp_id: rp_id
)
}.not_to raise_error
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did we had to change it from expect { ... }.to be_truthy to expect { ... }..not_to raise_error?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, it wasn't necessary. Fixed in a4bb0ba

Copy link
Contributor

@santiagorodriguez96 santiagorodriguez96 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nicolastemciuc nicolastemciuc merged commit 7a2236c into master Oct 30, 2025
68 of 69 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants