mirror of
https://github.com/logto-io/logto.git
synced 2025-02-17 22:04:19 -05:00
test(core): fix typos in connectors/*/index.test.ts (#328)
This commit is contained in:
parent
f6a0aa8bd6
commit
3dd7d496ef
2 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ describe('validateConfig', () => {
|
|||
});
|
||||
|
||||
describe('getUserInfo', () => {
|
||||
it('shoud get valid SocialUserInfo', async () => {
|
||||
it('should get valid SocialUserInfo', async () => {
|
||||
nock(userInfoEndpoint).get('').reply(200, {
|
||||
id: 1,
|
||||
avatar_url: 'https://github.com/images/error/octocat_happy.gif',
|
||||
|
|
|
@ -61,7 +61,7 @@ describe('google connector', () => {
|
|||
});
|
||||
|
||||
describe('getUserInfo', () => {
|
||||
it('shoud get valid SocialUserInfo', async () => {
|
||||
it('should get valid SocialUserInfo', async () => {
|
||||
nock(userInfoEndpoint).post('').reply(200, {
|
||||
sub: '1234567890',
|
||||
name: 'monalisa octocat',
|
||||
|
|
Loading…
Add table
Reference in a new issue