mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor(core, editor): Remove legacy nodesAccess (no-changelog) (#9016)
This commit is contained in:
@@ -45,6 +45,5 @@ test('import:credentials should import a credential', async () => {
|
||||
expect(after.length).toBe(1);
|
||||
expect(after[0].name).toBe('cred-aws-test');
|
||||
expect(after[0].id).toBe('123');
|
||||
expect(after[0].nodesAccess).toStrictEqual([]);
|
||||
mockExit.mockRestore();
|
||||
});
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
"accessKeyId": "999999999999",
|
||||
"secretAccessKey": "aaaaaaaaaaaaa"
|
||||
},
|
||||
"type": "aws",
|
||||
"nodesAccess": ""
|
||||
"type": "aws"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user