Multiple operations on webhooks (#7807)
fixes #7792 WIP :) https://github.com/user-attachments/assets/91f16744-c002-4f24-9cdd-cff79743cab1 --------- Co-authored-by: martmull <martmull@hotmail.fr>
This commit is contained in:
@ -12,7 +12,7 @@ describe('searchWebhooksResolver (e2e)', () => {
|
||||
node {
|
||||
id
|
||||
targetUrl
|
||||
operation
|
||||
operations
|
||||
description
|
||||
createdAt
|
||||
updatedAt
|
||||
@ -46,7 +46,7 @@ describe('searchWebhooksResolver (e2e)', () => {
|
||||
|
||||
expect(searchWebhooks).toHaveProperty('id');
|
||||
expect(searchWebhooks).toHaveProperty('targetUrl');
|
||||
expect(searchWebhooks).toHaveProperty('operation');
|
||||
expect(searchWebhooks).toHaveProperty('operations');
|
||||
expect(searchWebhooks).toHaveProperty('description');
|
||||
expect(searchWebhooks).toHaveProperty('createdAt');
|
||||
expect(searchWebhooks).toHaveProperty('updatedAt');
|
||||
|
||||
@ -12,7 +12,7 @@ describe('webhooksResolver (e2e)', () => {
|
||||
node {
|
||||
id
|
||||
targetUrl
|
||||
operation
|
||||
operations
|
||||
description
|
||||
createdAt
|
||||
updatedAt
|
||||
@ -46,7 +46,7 @@ describe('webhooksResolver (e2e)', () => {
|
||||
|
||||
expect(webhooks).toHaveProperty('id');
|
||||
expect(webhooks).toHaveProperty('targetUrl');
|
||||
expect(webhooks).toHaveProperty('operation');
|
||||
expect(webhooks).toHaveProperty('operations');
|
||||
expect(webhooks).toHaveProperty('description');
|
||||
expect(webhooks).toHaveProperty('createdAt');
|
||||
expect(webhooks).toHaveProperty('updatedAt');
|
||||
|
||||
Reference in New Issue
Block a user