You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(auth): align refresh mock with new response shape
The 'returns a fresh token when refresh succeeds' test mock and fetch
interceptor predated the OAuth response-shape changes:
- mock body: add status:'success', rename expires_in -> expired_in
- fetch interceptor: match 'oauth2/token' (was 'oauth/token')
0 commit comments