Closed frederikprijck closed 1 year ago
Patch coverage: 79.52%
and project coverage change: -0.78%
:warning:
Comparison is base (
eb1db63
) 84.23% compared to head (0811df7
) 83.46%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Noticed one issue when running e2e tests against a live tenant (using wild
mode) and raised SDK-4548
Keeping this PR closed but restoring the original branch.
π§ Changes
Just a temporary PR to show what migration to v4 of auth0 would look like.
TODO
clients.getAll
(have updated the spec)PATCH
/clients
andDELETE
/client-grants
to the test fixtures (also happening for me onmaster
)π¬ Testing
E2e tests work locally, but needs a change in node-auth0 regardingclient_id
(it currently takes anid
instead ofclient_id
, which we want to look into a bit more.π Checklist