mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
refactor(core, editor): Remove legacy nodesAccess (no-changelog) (#9016)
This commit is contained in:
@@ -539,7 +539,6 @@ describe('PUT /credentials/:id/share', () => {
|
||||
function validateMainCredentialData(credential: ListQuery.Credentials.WithOwnedByAndSharedWith) {
|
||||
expect(typeof credential.name).toBe('string');
|
||||
expect(typeof credential.type).toBe('string');
|
||||
expect(typeof credential.nodesAccess[0].nodeType).toBe('string');
|
||||
expect(credential.ownedBy).toBeDefined();
|
||||
expect(Array.isArray(credential.sharedWith)).toBe(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user