fix(core): Do not serialize CredentialsEntity.shared anymore (no-changelog) (#10753)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-09-10 16:35:39 +02:00
committed by GitHub
parent d9473a5f9d
commit 8450ec5a5c
4 changed files with 30 additions and 44 deletions

View File

@@ -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,
},