fix: custom request server test (#6452)

This commit is contained in:
Katherine 2025-03-13 15:32:53 +08:00 committed by GitHub
parent 9810c91549
commit 30cca1d79c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,15 @@ describe('actions', () => {
app = await createMockServer({
registerActions: true,
acl: true,
plugins: ['field-sort', 'users', 'auth', 'acl', 'action-custom-request', 'data-source-manager'],
plugins: [
'field-sort',
'users',
'auth',
'acl',
'action-custom-request',
'data-source-manager',
'ui-schema-storage',
],
});
db = app.db;
repo = db.getRepository('customRequests');