summaryrefslogtreecommitdiff
path: root/internal/handlers/func_test.go
AgeCommit message (Collapse)Author
2025-03-02refactor(webauthn): include all failures for passkeys (#8865)James Elliott
This includes all failures for passkeys as a logged attempt in the auth logs. Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
2025-02-28test(handlers): fix failing webauthn test with regex (#8846)Brynn Crowley
Fix test failing due to different call path on local systems vs buildkite. Signed-off-by: Brynn Crowley <littlehill723@gmail.com> Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2024-09-20refactor: linting (#7863)James Elliott
Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
2024-03-04build(deps): use go.uber.org/mockJames Elliott
Use the new go.uber.org/mock which is currently maintained. Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>