chore(webhooks): test isolation

This commit is contained in:
Alessandro Magionami
2024-08-27 11:05:38 +02:00
parent e85915bd3c
commit d116f935d9
2 changed files with 22 additions and 1 deletions
@@ -242,6 +242,12 @@ describe('Workspaces GQL CRUD', () => {
describe('query workspace.projects', () => {
it('should return all projects for a user in the workspace', async () => {
const workspace = {
id: '',
name: 'test ws',
ownerId: ''
}
await createTestWorkspace(workspace, testMemberUser)
const user = {
id: createRandomPassword(),
email: createRandomEmail(),