mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
chore: rename linkToken to oauthLinkToken
This commit is contained in:
@@ -367,7 +367,7 @@ describe(`/oauth`, () => {
|
||||
expect(status).toBe(403);
|
||||
expect(body.message).toBe('oauth_account_link_required');
|
||||
expect(body.userEmail).toBe('oauth-user3@immich.app');
|
||||
expect(body.linkToken).toBeDefined();
|
||||
expect(body.oauthLinkToken).toBeDefined();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user