diff --git a/src/core/public/http/http_service.mock.ts b/src/core/public/http/http_service.mock.ts index 6ee298584268423..5b30d5ef6ef6c41 100644 --- a/src/core/public/http/http_service.mock.ts +++ b/src/core/public/http/http_service.mock.ts @@ -24,7 +24,7 @@ const createSetupContractMock = (): jest.Mocked => ({ get: jest.fn(), post: jest.fn(), put: jest.fn(), - del: jest.fn(), + delete: jest.fn(), addLoadingCount: jest.fn(), getLoadingCount$: jest.fn(), });