mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(core): Do not serialize CredentialsEntity.shared anymore (no-changelog) (#10753)
This commit is contained in:
committed by
GitHub
parent
d9473a5f9d
commit
8450ec5a5c
@@ -515,7 +515,6 @@ describe('GET /credentials/:id', () => {
|
||||
expect(response.statusCode).toBe(200);
|
||||
expect(response.body.data).toMatchObject({
|
||||
id: savedCredential.id,
|
||||
shared: [{ projectId: teamProject.id, role: 'credential:owner' }],
|
||||
homeProject: {
|
||||
id: teamProject.id,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user