passwordless-server icon indicating copy to clipboard operation
passwordless-server copied to clipboard

Added test to validate that the aliases are being passed via the api and returned in the user list.

Open jrmccannon opened this issue 11 months ago • 1 comments

Description

This adds a test to validate that the alias is being set via the request token.

Checklist

I did the following to ensure that my changes were tested thoroughly:

  • __ Ran test locally and validated the data.

I did the following to ensure that my changes do not introduce security vulnerabilities:

  • __ N/A

jrmccannon avatar Feb 19 '25 15:02 jrmccannon

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 36.77%. Comparing base (e9d0d00) to head (b4f6129). Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #794      +/-   ##
==========================================
+ Coverage   36.65%   36.77%   +0.11%     
==========================================
  Files         579      579              
  Lines       31293    31293              
  Branches      897      897              
==========================================
+ Hits        11472    11509      +37     
+ Misses      19678    19640      -38     
- Partials      143      144       +1     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov[bot] avatar Feb 19 '25 15:02 codecov[bot]