From db7e36c5c79313d854f3dc6c761893e4ca55e6aa Mon Sep 17 00:00:00 2001 From: Johan Stokking Date: Mon, 29 Aug 2022 13:30:49 +0200 Subject: [PATCH] dev: Fix test --- .../console/integrations/webhooks/create-with-template.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/console/integrations/webhooks/create-with-template.spec.js b/cypress/integration/console/integrations/webhooks/create-with-template.spec.js index 9edeb48036..c6336d833b 100644 --- a/cypress/integration/console/integrations/webhooks/create-with-template.spec.js +++ b/cypress/integration/console/integrations/webhooks/create-with-template.spec.js @@ -37,7 +37,7 @@ describe('Application Webhook create', () => { cy.loginConsole({ user_id: userId, password: user.password }) cy.intercept( 'GET', - `/api/v3/as/webhook-templates?field_mask=base_url,create_downlink_api_key,description,documentation_url,downlink_ack,downlink_failed,downlink_nack,downlink_queue_invalidated,downlink_queued,downlink_sent,fields,format,headers,ids,info_url,join_accept,location_solved,logo_url,name,service_data,uplink_message`, + `/api/v3/as/webhook-templates?field_mask=base_url,create_downlink_api_key,description,documentation_url,downlink_ack,downlink_failed,downlink_nack,downlink_queue_invalidated,downlink_queued,downlink_sent,fields,format,headers,ids,info_url,join_accept,location_solved,logo_url,name,service_data,uplink_message,uplink_normalized`, { fixture: 'console/application/integrations/webhook/template.json' }, ) cy.visit(