0
Fork 0
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:
Darcy Ye 2022-03-14 14:06:34 +08:00 committed by GitHub
parent cde61b77b1
commit f2bfc30ef9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) => {},