mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -05:00
feat(core): fix connector route tests (#377)
This commit is contained in:
parent
cde61b77b1
commit
f2bfc30ef9
1 changed files with 3 additions and 0 deletions
|
@ -216,6 +216,7 @@ describe('connector route', () => {
|
|||
name: {},
|
||||
logo: './logo.png',
|
||||
description: {},
|
||||
readme: 'README.md',
|
||||
},
|
||||
});
|
||||
expect(response).toHaveProperty('statusCode', 200);
|
||||
|
@ -489,6 +490,7 @@ describe('connector route', () => {
|
|||
name: {},
|
||||
logo: './logo.png',
|
||||
description: {},
|
||||
readme: 'README.md',
|
||||
},
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
||||
validateConfig: async (_config: any) => {},
|
||||
|
@ -533,6 +535,7 @@ describe('connector route', () => {
|
|||
name: {},
|
||||
logo: './logo.png',
|
||||
description: {},
|
||||
readme: 'README.md',
|
||||
},
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
||||
validateConfig: async (_config: any) => {},
|
||||
|
|
Loading…
Reference in a new issue