test(app-config): remove redundant virtual attributes test case

This commit is contained in:
Ali BARIN
2024-10-09 13:59:36 +00:00
committed by Faruk AYDIN
parent 4ca84aa515
commit 6791e002ff
2 changed files with 0 additions and 6 deletions

View File

@@ -39,5 +39,3 @@ exports[`AppConfig model > jsonSchema should have correct validations 1`] = `
"type": "object",
}
`;
exports[`AppConfig model > virtualAttributes should return correct properties 1`] = `null`;

View File

@@ -32,10 +32,6 @@ describe('AppConfig model', () => {
expect(relationMappings).toStrictEqual(expectedRelations);
});
it('virtualAttributes should return correct properties', () => {
expect(AppConfig.virtualAttributes).toMatchSnapshot();
});
describe('connectionAllowed', () => {
it('should return true when app is enabled, shared and allows custom connection with an active app auth client at least', async () => {
await createAppAuthClient({